Skip to content

Commit

Permalink
disable ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
azuki774 committed Sep 9, 2024
1 parent b24fe13 commit eb61dc2
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 @@ -4,7 +4,7 @@ export default defineNuxtConfig({
css: ["bootstrap/dist/css/bootstrap.min.css"],
devtools: { enabled: true },
routeRules: {
"/": { ssr: true },
"/": { ssr: false },
},
runtimeConfig: {
public: { // 外部から取得するにはpublic が必要
Expand Down

0 comments on commit eb61dc2

Please sign in to comment.