Skip to content

Commit

Permalink
remove SSR
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mattia-m committed Dec 9, 2023
1 parent 56da0ca commit 9ec66d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ export default defineNuxtConfig({
viewport: 'width=device-width, initial-scale=1',
}
},
routeRules: {
"/**": { ssr: true },
},
// routeRules: {
// "/**": { ssr: true },
// },
devtools: {enabled: true},
css: ['~/assets/style.scss'],
plausible: {
Expand Down

0 comments on commit 9ec66d9

Please sign in to comment.