From 1ac9989910f7c5692d3be2a83cbd252ec7393f1a Mon Sep 17 00:00:00 2001 From: Nikolai Petukhov Date: Sat, 14 Sep 2024 09:51:42 +0300 Subject: [PATCH] change name of web link --- ijl.config.js | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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" }