Spaces:
Running
Running
Commit ·
0f1aae0
1
Parent(s): e93713e
Deploy build
Browse files- assets/index-DO5RO1Vm.js +0 -0
- index.html +1 -1
- vite.config.js +1 -11
assets/index-DO5RO1Vm.js
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
<link rel="icon" type="image/svg+xml" href="/vite.svg">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
<title>Vite + React</title>
|
| 8 |
-
<script type="module" crossorigin src="/assets/index-
|
| 9 |
<link rel="stylesheet" crossorigin href="/assets/index-Br12QZr0.css">
|
| 10 |
</head>
|
| 11 |
<body>
|
|
|
|
| 5 |
<link rel="icon" type="image/svg+xml" href="/vite.svg">
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 7 |
<title>Vite + React</title>
|
| 8 |
+
<script type="module" crossorigin src="/assets/index-DO5RO1Vm.js"></script>
|
| 9 |
<link rel="stylesheet" crossorigin href="/assets/index-Br12QZr0.css">
|
| 10 |
</head>
|
| 11 |
<body>
|
vite.config.js
CHANGED
|
@@ -3,17 +3,7 @@ import react from '@vitejs/plugin-react';
|
|
| 3 |
|
| 4 |
export default defineConfig({
|
| 5 |
plugins: [react()],
|
| 6 |
-
server: {
|
| 7 |
-
port: 5000,
|
| 8 |
-
open: true,
|
| 9 |
-
},
|
| 10 |
build: {
|
| 11 |
outDir: 'dist',
|
| 12 |
-
rollupOptions: {
|
| 13 |
-
output: {
|
| 14 |
-
manualChunks: undefined,
|
| 15 |
-
},
|
| 16 |
-
},
|
| 17 |
},
|
| 18 |
-
|
| 19 |
-
});
|
|
|
|
| 3 |
|
| 4 |
export default defineConfig({
|
| 5 |
plugins: [react()],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
build: {
|
| 7 |
outDir: 'dist',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
},
|
| 9 |
+
});
|
|
|