WIP: Frontend implementation #1

Draft
fager wants to merge 19 commits from ch-frontend into main
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 8c81fd3bf7 - Show all commits

asset location fixed

Frank Agerholm 2026-01-25 11:00:59 +01:00
No known key found for this signature in database

View file

@ -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: {