Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
hopefully work plz
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSteppacher committed Aug 5, 2022
1 parent d487336 commit e676ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const routes = [
]

const router = createRouter({
base: '/',
base: process.env.BASE_URL,
history: createWebHistory(),
routes,
scrollBehavior () {
Expand Down

0 comments on commit e676ec8

Please sign in to comment.