|
@@ -1,9 +1,9 @@
|
|
|
-import { createRouter, createWebHistory } from 'vue-router'
|
|
|
+import { createRouter, createWebHashHistory } from 'vue-router'
|
|
|
import HomeView from '../views/HomeView.vue'
|
|
|
import NotFoundView from '../views/NotFoundView.vue'
|
|
|
|
|
|
const router = createRouter({
|
|
|
- history: createWebHistory(import.meta.env.BASE_URL),
|
|
|
+ history: createWebHashHistory(import.meta.env.BASE_URL),
|
|
|
routes: [
|
|
|
{
|
|
|
path: '/',
|