Under construction
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 2m4s
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 2m4s
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-07-15',
|
||||
devtools: { enabled: true }
|
||||
devtools: { enabled: true },
|
||||
css: [
|
||||
'~/assets/css/colors.scss',
|
||||
'~/assets/css/fonts.scss',
|
||||
'~/assets/css/main.scss'
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user