diff --git a/README.md b/README.md index b87bde7..6e5b634 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Hey, this is my website! You will be able to know what I'm good on and how to co - Vite ## How to access? -If you want to check the deploy, visit the project repo on [Gitea](https://git.pontusmail.org/GivFNZ/my-website). -The access link will be availble on link section. +- Thanks to NineTailed, the deploy is available [here](https://givfnz.com) +- If you want to check the source code, visit the project repo on [Gitea](https://git.pontusmail.org/GivFNZ/my-website). ## Contributions Any contribution is welcome. If you want to test the website in your own machine to help on this, make sure you have node.js installed, then clone the project repo and do the command: @@ -22,5 +22,6 @@ Then it will be available at localhost://5173. ## Special Thanks - [Aidan](https://github.com/ihatenodejs) - [lucmsilva](https://github.com/lucmsilva651/) +- [NineTailedFox] Enjoy! \ No newline at end of file diff --git a/package.json b/package.json index 557e3e1..3e965b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "givs-website-react", "private": true, - "version": "1.2.1", + "version": "1.2.3", "type": "module", "scripts": { "dev": "vite",