Skip to content

Commit 6acb403

Browse files
committed
Remove webapp endpoint
1 parent 54c06f1 commit 6acb403

File tree

2 files changed

+1
-47
lines changed

2 files changed

+1
-47
lines changed

.github/workflows/deployments.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
ssr: false,
1010
router: {
1111
mode: 'hash',
12-
base: routerBase,
12+
base: '/', //routerBase,
1313
routerNameSplitter: "/",
1414
middleware: ['router']
1515
},

0 commit comments

Comments
 (0)