diff --git a/.circleci/commands/main.yml b/.circleci/commands/main.yml index 67ad03c..c89d1b9 100644 --- a/.circleci/commands/main.yml +++ b/.circleci/commands/main.yml @@ -34,8 +34,8 @@ commands: - run: name: Install Dependencies command: | - npm set-script preinstall "" - npm set-script prepare "" + npm pkg delete scripts.preinstall + npm pkg delete scripts.prepare npm set cache .npm npm install --prefer-offline --no-audit --no-save diff --git a/src/data/content.json b/src/data/content.json index 4334bf8..8441eef 100644 --- a/src/data/content.json +++ b/src/data/content.json @@ -73,8 +73,8 @@ "description": "Some landing page description" }, "body": { - "title": "Welcome to Experience.Monks!", - "description": "To get started, edit pages/index.js and save to reload.", + "title": "Welcome to Monks!", + "description": "To get started, edit src/components/PageHome/PageHome.view.tsx and save to reload.", "cards": [ { "title": "Visit out GitHub", @@ -82,9 +82,9 @@ "href": "https://github.com/Experience-Monks?q=&type=source" }, { - "title": "Jam3.dev", - "description": "Learn more about Jam3.dev", - "href": "https://jam3.dev" + "title": "Experience.Monks", + "description": "Learn more about Experience.Monks", + "href": "https://www.monks.com/solutions/experience" } ] }