diff options
Diffstat (limited to 'www/src/pages/blog/introducing-astro.astro')
-rw-r--r-- | www/src/pages/blog/introducing-astro.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/src/pages/blog/introducing-astro.astro b/www/src/pages/blog/introducing-astro.astro index e74b784a4..290e855ad 100644 --- a/www/src/pages/blog/introducing-astro.astro +++ b/www/src/pages/blog/introducing-astro.astro @@ -9,7 +9,7 @@ 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.`; -let publishDate = 'Tuesday, June 8 2021'; +let publishDate = 'June 8, 2021'; let author = 'fred'; let heroImage = '/social.jpg'; let permalink = 'https://astro.build/blog/introducing-astro'; |