mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
add back publishDate
This commit is contained in:
parent
4ee9ffb29c
commit
95a5d34652
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ import { mediaQueries } from '../../config.js';
|
||||||
|
|
||||||
let title = 'Astro 0.18 Release';
|
let title = 'Astro 0.18 Release';
|
||||||
let description = `Responsive partial hydration • Solid.js support • Lit SSR support • Named slots • Global style support • and more!`;
|
let description = `Responsive partial hydration • Solid.js support • Lit SSR support • Named slots • Global style support • and more!`;
|
||||||
|
let publishDate = 'Tuesday, July 27 2021';
|
||||||
let author = 'matthew';
|
let author = 'matthew';
|
||||||
let heroImage = '/social.jpg';
|
let heroImage = '/social.jpg';
|
||||||
let permalink = 'https://astro.build/blog/astro-0-18';
|
let permalink = 'https://astro.build/blog/astro-0-18';
|
||||||
|
|
Loading…
Add table
Reference in a new issue