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