Skip to content

Commit

Permalink
disable ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
azuki774 committed Aug 13, 2024
1 parent ec55a05 commit f5c2a18
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 @@ -3,7 +3,7 @@ export default defineNuxtConfig({
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
routeRules: {
"/": { ssr: true },
"/": { ssr: false },
},
runtimeConfig: {
public: { // 外部から取得するにはpublic が必要
Expand Down

0 comments on commit f5c2a18

Please sign in to comment.