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