Format with prettier
This commit is contained in:
@ -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'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user