更新 vite.config.ts
This commit is contained in:
parent
e2e9d1bdfc
commit
852748b645
|
|
@ -6,6 +6,9 @@ export default defineConfig({
|
|||
server: {
|
||||
allowedHosts: ["duooomi.com"]
|
||||
},
|
||||
preview: {
|
||||
allowedHosts: ["duooomi.com"]
|
||||
},
|
||||
plugins: [
|
||||
react({
|
||||
babel: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue