From 8c81fd3bf7633dd965df2f4c442b6c11eedc0384 Mon Sep 17 00:00:00 2001 From: Frank Agerholm Date: Sun, 25 Jan 2026 11:00:59 +0100 Subject: [PATCH] asset location fixed --- frontend/{ => app}/assets/css/tailwind.css | 0 frontend/nuxt.config.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename frontend/{ => app}/assets/css/tailwind.css (100%) diff --git a/frontend/assets/css/tailwind.css b/frontend/app/assets/css/tailwind.css similarity index 100% rename from frontend/assets/css/tailwind.css rename to frontend/app/assets/css/tailwind.css diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index 1138a9a..0ebc993 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -5,7 +5,7 @@ export default defineNuxtConfig({ nitro: { preset: "static" }, - css: ["~/assets/css/tailwind.css"] + css: ["~/assets/css/tailwind.css"], compatibilityDate: '2025-07-15', devtools: { enabled: true }, runtimeConfig: {