Format with prettier

This commit is contained in:
prototypa
2023-07-27 14:47:30 -04:00
parent 6f5b5f5b2d
commit 8cd3985c5d
7 changed files with 33 additions and 23 deletions

View File

@ -53,27 +53,27 @@ export const headerData = {
],
},
{
text: "Blog",
text: 'Blog',
links: [
{
text: "Blog List",
text: 'Blog List',
href: getBlogPermalink(),
},
{
text: "Article",
href: getPermalink("get-started-website-with-astro-tailwind-css", "post"),
text: 'Article',
href: getPermalink('get-started-website-with-astro-tailwind-css', 'post'),
},
{
text: "Article (with MDX)",
href: getPermalink("markdown-elements-demo-post", "post"),
text: 'Article (with MDX)',
href: getPermalink('markdown-elements-demo-post', 'post'),
},
{
text: "Category Page",
href: getPermalink("tutorials", "category"),
text: 'Category Page',
href: getPermalink('tutorials', 'category'),
},
{
text: "Tag Page",
href: getPermalink("astro", "tag"),
text: 'Tag Page',
href: getPermalink('astro', 'tag'),
},
],
},