Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Dec 21, 2023
1 parent d6b81fc commit 76cc9d2
Show file tree
Hide file tree
Showing 3 changed files with 1,431 additions and 3,190 deletions.
2 changes: 1 addition & 1 deletion docs/components/HeaderLinks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const githubStars = useRuntimeConfig().public.moduleStats.find(m => m.id === 'se
All the SEO modules combined into one.
</div>
</NuxtLink>
<NuxtLink to="/nuxt-seo/getting-started/installation" class="px-3 py-2 hover:bg-gray-100">
<NuxtLink to="/site-config/getting-started/installation" class="flex justify-start flex-col items-start px-3 py-2 hover:bg-gray-100 text-left">
<div class="flex font-semibold gap-1 items-center">
<Icon name="carbon:settings-check" class="text-blue-300 flex-shrink-0 group-hover:text-blue-500 h-6 w-6 dark:text-gray-500 ms-auto" />
<span class="truncate">Nuxt Site Config</span>
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,5 @@
"nuxt": "^3.8.2",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
},
"resolutions": {
"nuxt-site-config": "2.1.2"
}
}
Loading

0 comments on commit 76cc9d2

Please sign in to comment.