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 4cb5bff commit 28d3c81Copy full SHA for 28d3c81
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('js-data-structures'),
+ history: createWebHistory('/js-data-structures/'),
7
routes: [
8
{
9
path: '/',
0 commit comments