We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1dc2a commit 4cb5bffCopy full SHA for 4cb5bff
src/router/index.ts
@@ -3,7 +3,7 @@ import PageHome from '@/views/page-home.vue'
3
import { ERoutes } from '@/router/routes.ts'
4
5
const router = createRouter({
6
- history: createWebHistory(import.meta.env.BASE_URL),
+ history: createWebHistory('js-data-structures'),
7
routes: [
8
{
9
path: '/',
0 commit comments