diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-08-15 19:20:48 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-08-15 19:20:48 +0100 |
| commit | 8f7dec8ba6b2f9bde01afd0a110596ebbd43e0ed (patch) | |
| tree | 7b4f203d92f4b99b1e98fac314415e293984196b /web/nuxt.config.ts | |
| parent | 4697556cac819c47d068819b9fc9c3b4ea84e279 (diff) | |
Implement OIDC
Diffstat (limited to 'web/nuxt.config.ts')
| -rw-r--r-- | web/nuxt.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nuxt.config.ts b/web/nuxt.config.ts index dc76af0..d5762e7 100644 --- a/web/nuxt.config.ts +++ b/web/nuxt.config.ts @@ -15,7 +15,7 @@ try { export default defineNuxtConfig({ compatibilityDate: "2024-11-01", devtools: { enabled: true }, - ssr: true, + ssr: false, css: ["~/assets/css/main.css"], runtimeConfig: { |
