Skip to content

Commit

Permalink
default redirect to teer
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jan 15, 2025
1 parent f3ca183 commit d55f369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default defineNuxtConfig({
externalVue: false,
},
routeRules: {
"/": { ssr: false },
"/": { redirect: "/teer" },
"/dot": { ssr: false },
"/teer": { ssr: false },
"/gtn": { ssr: false },
Expand Down

0 comments on commit d55f369

Please sign in to comment.