refactor(style): remove Nuxt UI, switch to Bulma-only, update layout and homepage
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-07-15',
|
||||
devtools: { enabled: true },
|
||||
modules: ['@nuxt/ui']
|
||||
modules: [],
|
||||
css: ['bulma/css/bulma.min.css']
|
||||
})
|
Reference in New Issue
Block a user