forked from Ivasoft/geovisio-website
fix link insode doc
This commit is contained in:
3
.env
3
.env
@@ -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/
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user