mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 07:22:54 +10:00
small fixes & SSR disabled
SSR was causing weird issues where error pages would flash because the user wasn't logged in. I'm disabling it for now, but I will eventually look into ways to fix the issue and re-enable it.
This commit is contained in:
@@ -22,4 +22,6 @@ export default defineNuxtConfig({
|
||||
websocket: true,
|
||||
},
|
||||
},
|
||||
|
||||
ssr: false,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user