Skip to content

Commit 8d1c697

Browse files
committed
fix: disable server-side rendering in nuxt.config.ts
1 parent 9cae3e2 commit 8d1c697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineNuxtConfig({
1919
'@compodium/nuxt',
2020
],
2121

22-
ssr: true,
22+
ssr: false,
2323
devtools: { enabled: true },
2424
runtimeConfig: {
2525
public: {

0 commit comments

Comments
 (0)