chore: normalize structure—remove nested app/, consolidate under app/, drop redundant top-level dirs

This commit is contained in:
Jennie Robinson Faber 2025-08-09 13:42:31 +01:00
parent 9a04893909
commit fadf94002c
2 changed files with 2 additions and 5 deletions

View file

@ -13,8 +13,8 @@ export default defineNuxtConfig({
strict: true,
},
// Global CSS (use app/ path due to Nuxt 4 app/ srcDir handling)
css: ["/app/assets/css/main.css"],
// Global CSS (use srcDir-relative path)
css: ["~/assets/css/main.css"],
// PostCSS configured separately