2022-08-25 16:54:30 +08:00
|
|
|
import { defineConfig } from '@ice/app';
|
|
|
|
|
2022-11-11 11:02:51 +08:00
|
|
|
export default defineConfig(() => ({
|
2022-08-25 16:54:30 +08:00
|
|
|
publicPath: '/',
|
|
|
|
optimization: {
|
2023-07-18 15:20:26 +08:00
|
|
|
disableRouter: true,
|
2022-11-11 11:02:51 +08:00
|
|
|
},
|
|
|
|
}));
|