change name of web link

This commit is contained in:
Nikolai Petukhov 2024-09-14 09:51:42 +03:00
parent 098e0fe1da
commit 1ac9989910
2 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,9 @@ module.exports = {
} }
}, },
navigations: { navigations: {
'enter.main': '/enter', 'enterfront.main': '/enterfront',
'link.enter.auth': '/auth', 'link.enterfront.auth': '/auth',
'link.enter.account': '/account', 'link.enterfront.account': '/account',
}, },
features: { features: {
'undefined': { 'undefined': {

View File

@ -16,5 +16,5 @@
"build:prod": "npm run clean && ijl-cli build", "build:prod": "npm run clean && ijl-cli build",
"clean": "rimraf dist" "clean": "rimraf dist"
}, },
"name": "enter" "name": "enterfront"
} }