fix page description

This commit is contained in:
Fred K. Schott 2021-07-27 09:55:08 -07:00
parent d1b0028b1a
commit 4ee9ffb29c

View file

@ -10,8 +10,7 @@ import Shell from '../../components/Shell.astro';
import { mediaQueries } from '../../config.js';
let title = 'Astro 0.18 Release';
let description = `Astro 0.18 is our biggest release since Astro launch. It includes a new responsive hydrator, named slots, global stylesheets, and two new renderers. Ready on to learn more on this release.`;
let publishDate = 'Tuesday, July 27 2021';
let description = `Responsive partial hydration • Solid.js support • Lit SSR support • Named slots • Global style support • and more!`;
let author = 'matthew';
let heroImage = '/social.jpg';
let permalink = 'https://astro.build/blog/astro-0-18';