From 626f7ae5c9ae21fa2c2bb73725804207e015a890 Mon Sep 17 00:00:00 2001 From: Arnaud Michel <87248697+MrArnaudMichel@users.noreply.github.com> Date: Sun, 17 Mar 2024 03:31:49 +0000 Subject: [PATCH] Add builded website --- .gitignore | 2 +- package.json | 2 +- public/index.html | 8 ++++---- src/locales/projects.json | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e5bd9ab..15b18f2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ /coverage # production -/build +/docs # misc .DS_Store diff --git a/package.json b/package.json index 35b8003..bf055c5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "react-scripts docs", "test": "react-scripts test", "eject": "react-scripts eject" }, diff --git a/public/index.html b/public/index.html index 8c7f95f..6e7f66b 100644 --- a/public/index.html +++ b/public/index.html @@ -17,12 +17,12 @@ Arnaud Michel Portfolio @@ -34,10 +34,10 @@ If you open it directly in the browser, you will see an empty page. You can add webfonts, meta tags, or analytics to this file. - The build step will place the bundled scripts into the tag. + The docs step will place the bundled scripts into the tag. To begin the development, run `npm start` or `yarn start`. - To create a production bundle, use `npm run build` or `yarn build`. + To create a production bundle, use `npm run docs` or `yarn docs`. --> diff --git a/src/locales/projects.json b/src/locales/projects.json index c835ff8..df9400a 100644 --- a/src/locales/projects.json +++ b/src/locales/projects.json @@ -205,6 +205,7 @@ "titledescription": ["CocoBotTitleDescription0", "CocoBotTitleDescription1", "CocoBotTitleDescription2"], "shortDescription": "CocoBotShortDescription", "link": "CocoBot", + "website": "https://cocobot.arnaudmichel.fr", "date": "2023", "languages": [ "Python",