Skip to content

Commit

Permalink
Fix routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Volný committed Mar 6, 2024
1 parent d0a3b3f commit ba3dc66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ const links = [
},
{
label: 'Buď Sokolem',
to: 'bud-sokolem'
to: '/bud-sokolem'
},
{
label: 'Projekty',
to: 'projekty'
to: '/projekty'
},
{
label: 'Historie',
to: 'historie'
to: '/historie'
},
{
label: 'Kontakty',
to: 'kontakty'
to: '/kontakty'
},
]
</script>
Expand Down
1 change: 0 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default defineNuxtConfig({
],
routeRules: {
'/api/search.json': { prerender: true },
'/docs': { redirect: '/docs/getting-started', prerender: false }
},
image: {
caisy: {},
Expand Down

0 comments on commit ba3dc66

Please sign in to comment.