Skip to content

Commit

Permalink
disable ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
Likqez committed Nov 15, 2024
1 parent 1962867 commit 3f10687
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ export default defineNuxtConfig({
},
devServer: {
host: '0.0.0.0'
}
},
ssr: false
})

0 comments on commit 3f10687

Please sign in to comment.