fix page description
This commit is contained in:
parent
d1b0028b1a
commit
4ee9ffb29c
1 changed files with 1 additions and 2 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue