summaryrefslogtreecommitdiff
path: root/www/src/pages/blog/astro-019.astro
diff options
context:
space:
mode:
Diffstat (limited to 'www/src/pages/blog/astro-019.astro')
-rw-r--r--www/src/pages/blog/astro-019.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/src/pages/blog/astro-019.astro b/www/src/pages/blog/astro-019.astro
index b5d106135..d76557693 100644
--- a/www/src/pages/blog/astro-019.astro
+++ b/www/src/pages/blog/astro-019.astro
@@ -11,7 +11,7 @@ import { mediaQueries } from '../../config.js';
let title = 'Astro 0.19';
let description = `Introducing: Next.js-inspired dynamic routing • Astro.resolve() • client:only components • translations • and more!`;
-let publishDate = 'Tuesday, August 18 2021';
+let publishDate = 'August 18, 2021';
let heroImage = '/social.jpg';
let lang = 'en';
---