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: {
'enter.main': '/enter',
'link.enter.auth': '/auth',
'link.enter.account': '/account',
'enterfront.main': '/enterfront',
'link.enterfront.auth': '/auth',
'link.enterfront.account': '/account',
},
features: {
'undefined': {

View File

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