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 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 heroImage = '/social.jpg';
|
||||
let permalink = 'https://astro.build/blog/astro-0-18';
|
||||
|
|
Loading…
Reference in a new issue