From 3972fbfa65ed626a9030b8f405affe446a2f7d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 9 Oct 2025 04:31:49 +0200 Subject: [PATCH] feat: app icon and readme --- Projects/kompose/docs/nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/kompose/docs/nuxt.config.ts b/Projects/kompose/docs/nuxt.config.ts index dcf77156..80dcb02e 100644 --- a/Projects/kompose/docs/nuxt.config.ts +++ b/Projects/kompose/docs/nuxt.config.ts @@ -1,5 +1,6 @@ // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ + ssr: false, modules: [ '@nuxt/eslint', '@nuxt/image',