Skip to content

Commit

Permalink
fix the meta tags fr this time
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi committed Jan 22, 2024
1 parent c79ee47 commit 98c97b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
cleanUrls: true,
transformHead: (context) => {
context.head.push(['meta', { name: 'robots', content: 'noindex, nofollow' }]);
generateMeta(context, hostname);
context.head.push(...generateMeta(context, hostname));
},
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
Expand Down

0 comments on commit 98c97b8

Please sign in to comment.