fix some bugs

This commit is contained in:
2026-04-03 13:52:13 -04:00
parent 05eb117e4b
commit 3d1336c3b2
4 changed files with 48 additions and 37 deletions

View File

@@ -26,5 +26,8 @@ export default defineConfig({
],
vite: {
plugins: [tailwindcss()],
ssr: {
noExternal: ['motion', 'motion/react'],
},
},
});