Skip to content

Commit

Permalink
remove redirect as it can kill vouchers
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Jan 16, 2025
1 parent 00fb28e commit e7216ae
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 @@ -82,7 +82,7 @@ export default defineNuxtConfig({
externalVue: false,
},
routeRules: {
"/": { redirect: "/teer" },
"/": { ssr: false },
"/dot": { ssr: false },
"/teer": { ssr: false },
"/gtn": { ssr: false },
Expand Down

0 comments on commit e7216ae

Please sign in to comment.