Skip to content

Commit

Permalink
fix: disable ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Sep 17, 2023
1 parent 1a36808 commit 8f61c56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },

ssr: false, // Firebase *sighs*

modules: [
'nuxt-vuefire',
],
Expand Down

0 comments on commit 8f61c56

Please # to comment.