fix: trace viewer pwa should have no base (#13308)
This commit is contained in:
parent
23d9dbc011
commit
a2f94f6336
|
|
@ -20,7 +20,7 @@ import * as path from 'path';
|
|||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: '/trace/',
|
||||
base: '',
|
||||
plugins: [
|
||||
react()
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue