summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-06-08 17:01:00 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-06-08 17:01:00 -0700
commit266cd3961a72f97c16c2730bf6e8a6a5a26b2dc1 (patch)
tree86b078da884083771b5c5dbb53f3e60dcc0f65e7
parent348e2166f2bf40fe79361f36d1673f3cc78f835f (diff)
downloadastro-266cd3961a72f97c16c2730bf6e8a6a5a26b2dc1.tar.gz
astro-266cd3961a72f97c16c2730bf6e8a6a5a26b2dc1.tar.zst
astro-266cd3961a72f97c16c2730bf6e8a6a5a26b2dc1.zip
test to trigger CI build
-rw-r--r--www/src/pages/blog/introducing-astro.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/src/pages/blog/introducing-astro.astro b/www/src/pages/blog/introducing-astro.astro
index 327d4201f..0b08a6abf 100644
--- a/www/src/pages/blog/introducing-astro.astro
+++ b/www/src/pages/blog/introducing-astro.astro
@@ -3,9 +3,9 @@ import { Markdown } from 'astro/components';
import BaseHead from '../../components/BaseHead.astro';
import BlogHeader from '../../components/BlogHeader.astro';
import BlogPost from '../../components/BlogPost.astro';
-import Shell from '../../components/Shell.astro';
-import Note from '../../components/Note.astro';
import BlockQuote from '../../components/BlockQuote.astro';
+import Note from '../../components/Note.astro';
+import Shell from '../../components/Shell.astro';
let title = 'Introducing Astro: Ship Less JavaScript';
let description = `We're excited to announce Astro as a new way to build static websites and deliver lightning-fast performance without sacrificing a modern developer experience.`;