fix link insode doc

This commit is contained in:
Andreani Jean
2023-05-15 10:11:55 +02:00
parent 45ca5082ff
commit d80a4b8786
2 changed files with 4 additions and 4 deletions

3
.env
View File

@@ -1,2 +1 @@
VITE_API_URL=https://geovisio-backend-dev.osc-fr1.scalingo.io/
VITE_NODE_ENVpment
VITE_API_URL=https://geovisio-backend-dev.osc-fr1.scalingo.io/

View File

@@ -13,7 +13,8 @@ Welcome to the Panoramax website documentation !
## Configuration
All the commands and packages used are available in the `package.json` file
All the commands and packages used are available in the `package.json` file.
You can change the vite server configuration in the `vite.config.ts` file. See [Vite Configuration Reference](https://vitejs.dev/config/) if you need.
## Project Setup
@@ -77,7 +78,7 @@ yarn lint
### Build in Production
In your production app, you must set some env variables [like the .env.example file here](https://gitlab.com/geovisio/website/-/blob/feat/instance-customization/.env.example)
In your production app, you must set some env variables [like the .env.example file here](https://gitlab.com/geovisio/website/-/blob/main/.env.example)
```sh
npm install