fix: trace viewer pwa should have no base (#13308)

This commit is contained in:
Pavel Feldman 2022-04-04 20:53:19 -08:00 committed by GitHub
parent 23d9dbc011
commit a2f94f6336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ import * as path from 'path';
// https://vitejs.dev/config/
export default defineConfig({
base: '/trace/',
base: '',
plugins: [
react()
],