Skip to content

Commit

Permalink
build 4.6 with correct router basepath
Browse files Browse the repository at this point in the history
  • Loading branch information
sboivinsystra committed Jun 8, 2023
1 parent f8d72fc commit 9e70e53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/build.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const $gettext = s => s
const router = new Router({
linkExactActiveClass: 'active',
mode: 'history',
base: '/quetzal-network-editor-dev/',
base: '/quetzal-network-editor/',
routes: [
{
path: '/',
Expand Down

0 comments on commit 9e70e53

Please sign in to comment.