Commit a1d0ba42 authored by Administrator's avatar Administrator
Browse files

added subpath "vue-utilites" in router

parent af99f91a
......@@ -20,7 +20,7 @@ const routes = [
]
const router = createRouter({
history: createWebHistory(),
history: createWebHistory('vue-utilities/'),
routes
})
......
......@@ -3,5 +3,6 @@ import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/
export default defineConfig({
base: '/vue-utilities/',
plugins: [vue()],
})
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment