This commit is contained in:
2025-12-27 20:40:18 +08:00
parent cf815f06fd
commit ee5dfe064d
6 changed files with 1117 additions and 110 deletions

View File

@@ -10,8 +10,6 @@ export default defineNuxtConfig({
compatibilityVersion: 4,
},
// plugins: [tailwindcss()],
modules: [
"@nuxt/icon",
"@nuxt/image",
@@ -56,6 +54,12 @@ export default defineNuxtConfig({
strict: true,
},
postcss: {
plugins: {
"@tailwindcss/postcss": {},
},
},
nitro: {
prerender: {
crawlLinks: true,