fix: preserve backdrop filter in production
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ export default defineConfig(({ mode }) => {
|
||||
const env = loadEnv(mode, process.cwd(), "");
|
||||
|
||||
return {
|
||||
plugins: [runtimeConfigPlugin(env), react(), tailwindcss()],
|
||||
plugins: [runtimeConfigPlugin(env), react(), tailwindcss({ optimize: false })],
|
||||
server: {
|
||||
allowedHosts: ["next.demo.waternetwork.cn"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user