Skip to content

Commit

Permalink
fix(rendering)!: nested admin pages now render clientside
Browse files Browse the repository at this point in the history
  • Loading branch information
amandesai01 committed Sep 6, 2024
1 parent fd14d56 commit 52ec789
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 @@ -9,7 +9,7 @@ export default defineNuxtConfig({
},
},
routeRules: {
'/admin/*': { ssr: false },
'/admin/**': { ssr: false },
},
modules: [
'@nuxtjs/tailwindcss',
Expand Down

0 comments on commit 52ec789

Please sign in to comment.