mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
8af8b86f0b
* feat: add blog to `www` * feat: add BlogHeader * wip: add heroImage support * feat: update hero image styling * finalize blog post * use site index instead of blog index * fix: don't use float * chore: copy cleanup * fix: scroll issue on landing page Co-authored-by: Fred K. Schott <fkschott@gmail.com>
9 lines
169 B
TypeScript
9 lines
169 B
TypeScript
export const sidebar = [
|
|
{
|
|
text: 'Introduction',
|
|
children: [
|
|
{ text: 'Welcome', link: '/' },
|
|
{ text: 'Example', link: '/example' },
|
|
],
|
|
},
|
|
];
|