Skip to content

Commit 28d3c81

Browse files
committed
build: docs folder
1 parent 4cb5bff commit 28d3c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PageHome from '@/views/page-home.vue'
33
import { ERoutes } from '@/router/routes.ts'
44

55
const router = createRouter({
6-
history: createWebHistory('js-data-structures'),
6+
history: createWebHistory('/js-data-structures/'),
77
routes: [
88
{
99
path: '/',

0 commit comments

Comments
 (0)