@@ -1,7 +1,7 @@
import { createRouter, createWebHistory, createWebHashHistory } from 'vue-router';
const router = createRouter({
- history: createWebHashHistory(import.meta.env.BASE_URL),
+ history: createWebHashHistory('./'),
routes: [
{
path: '',
@@ -5,6 +5,7 @@ import postcssPxToViewport from 'postcss-px-to-viewport';
export default defineConfig({
plugins: [vue()],
server: {
+ base: './',
port: '8098',
host: '0.0.0.0',
proxy: {