diff options
Diffstat (limited to 'www/src/pages/blog/astro-018.astro')
-rw-r--r-- | www/src/pages/blog/astro-018.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/src/pages/blog/astro-018.astro b/www/src/pages/blog/astro-018.astro index ec30c4640..f2c9fa1d4 100644 --- a/www/src/pages/blog/astro-018.astro +++ b/www/src/pages/blog/astro-018.astro @@ -11,7 +11,7 @@ import { mediaQueries } from '../../config.js'; let title = 'Astro 0.18 Release'; let description = `Introducing: Responsive partial hydration • Solid.js support • Lit SSR support • Named slots • Global style support • and more!`; -let publishDate = 'Tuesday, July 27 2021'; +let publishDate = 'July 27, 2021'; let author = 'matthew'; let heroImage = '/social.jpg'; let lang = 'en'; |