Fixed base.
This commit is contained in:
parent
94406a1bfc
commit
e6ebc16009
@ -5,7 +5,7 @@ import svgr from 'vite-plugin-svgr'
|
||||
import svgo from 'vite-plugin-svgo'
|
||||
|
||||
export default defineConfig({
|
||||
base: './',
|
||||
base: '/',
|
||||
plugins: [react(), svgo(), svgr(), eslintPlugin()],
|
||||
build: {
|
||||
outDir: 'build',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user