diff --git a/nuxt.config.ts b/nuxt.config.ts index 72bc61d..4fb53c0 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -18,6 +18,9 @@ export default defineNuxtConfig({ nitro: { experimental: { wasm: true + }, + externals: { + external: ['tailwindcss', 'tailwindcss/colors'] } }, vite: {