Skip to content

Commit

Permalink
[F] Try to fix gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Nov 29, 2023
1 parent 5620ffb commit 0f8be7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { createRouter, createWebHistory } from "vue-router";

const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
//history: createWebHistory(import.meta.env.BASE_URL),
history: createWebHistory('/lib-admin/'),
routes: [
{
path: "/",
Expand Down

0 comments on commit 0f8be7f

Please sign in to comment.