- Update project

* - update port for developmnet mode

* - fix style for source code

* - remove default import - defineProps

* - add robots.txt

* - update vite config

* - prepared .env files - production, development

* - update pages

* - fix development port

* - update skills

* - update body style

* - update links

* - update index header
This commit is contained in:
2023-07-30 13:33:56 +02:00
parent cd66fd6ffa
commit 2c463543b7
19 changed files with 205 additions and 129 deletions

4
.env.production Normal file
View File

@@ -0,0 +1,4 @@
VITE_APP_NAME="Kamil Niemczycki CV"
VITE_CV_URL="https://cv.kamilcraft.com"
VITE_API_URL="https://api.kamilcraft.com"
VITE_SOURCE_CODE="https://github.com/kamilniemczycki/kamilcraft-cv"