test to trigger CI build
This commit is contained in:
parent
348e2166f2
commit
266cd3961a
1 changed files with 2 additions and 2 deletions
|
@ -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.`;
|
||||
|
|
Loading…
Reference in a new issue