Skip to content

Commit

Permalink
chore(nuxt): disable ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 28, 2023
1 parent 55508d6 commit ff9b0d6
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
@@ -1,6 +1,6 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
ssr: false,
modules: [
'@nuxtjs/tailwindcss',
'@vueuse/nuxt'
Expand Down

0 comments on commit ff9b0d6

Please sign in to comment.