Skip to content

Commit a2e2ef2

Browse files
update admin base
1 parent be5b4cf commit a2e2ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/config/vite.config.prod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import configArcoResolverPlugin from './plugin/arcoResolver';
88
export default mergeConfig(
99
{
1010
mode: 'production',
11-
base: '/',
11+
base: '/admin/',
1212
plugins: [
1313
// configCompressPlugin('gzip'),
1414
configVisualizerPlugin(),

0 commit comments

Comments
 (0)