We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5b4cf commit a2e2ef2Copy full SHA for a2e2ef2
admin/config/vite.config.prod.ts
@@ -8,7 +8,7 @@ import configArcoResolverPlugin from './plugin/arcoResolver';
8
export default mergeConfig(
9
{
10
mode: 'production',
11
- base: '/',
+ base: '/admin/',
12
plugins: [
13
// configCompressPlugin('gzip'),
14
configVisualizerPlugin(),
0 commit comments