diff --git a/ijl.config.js b/ijl.config.js index b769662..0e6e92c 100644 --- a/ijl.config.js +++ b/ijl.config.js @@ -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': { diff --git a/package.json b/package.json index 43fd9ba..989882b 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,5 @@ "build:prod": "npm run clean && ijl-cli build", "clean": "rimraf dist" }, - "name": "enter" + "name": "enterfront" }