diff options
author | 2021-08-11 15:35:32 -0500 | |
---|---|---|
committer | 2021-08-11 15:35:32 -0500 | |
commit | 86c47296b476f2c4416d080d19cd730f51f88aeb (patch) | |
tree | d15d294b5894cc960151672bee4d5f271b826b75 /examples/blog/src | |
parent | 99d0677a4397bc60c5ed8a4923dbd2f2a82984a5 (diff) | |
download | astro-86c47296b476f2c4416d080d19cd730f51f88aeb.tar.gz astro-86c47296b476f2c4416d080d19cd730f51f88aeb.tar.zst astro-86c47296b476f2c4416d080d19cd730f51f88aeb.zip |
fix: language server
Diffstat (limited to 'examples/blog/src')
-rw-r--r-- | examples/blog/src/pages/index.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/blog/src/pages/index.astro b/examples/blog/src/pages/index.astro index 0ba813eb5..6ab19b73e 100644 --- a/examples/blog/src/pages/index.astro +++ b/examples/blog/src/pages/index.astro @@ -4,6 +4,7 @@ import BaseHead from '../components/BaseHead.astro'; import BlogHeader from '../components/BlogHeader.astro'; import BlogPostPreview from '../components/BlogPostPreview.astro'; + // Component Script: // You can write any JavaScript/TypeScript that you'd like here. // It will run during the build, but never in the browser. |