Compare commits
5 Commits
2b2d6f7ba6
...
53655fce76
| Author | SHA1 | Date | |
|---|---|---|---|
|
53655fce76
|
|||
|
06946dd203
|
|||
|
cb720251e7
|
|||
|
8dddebec16
|
|||
|
8faa934a58
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@ dist/*.js
|
|||||||
*/node_modules
|
*/node_modules
|
||||||
*/public/models
|
*/public/models
|
||||||
*/dist/models
|
*/dist/models
|
||||||
|
dist
|
||||||
|
|||||||
@@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
base: '/',
|
base: '/',
|
||||||
|
//base: '/pkg/atmosphere/',
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user