Use proper urls

This commit is contained in:
dragongoose
2023-04-08 20:04:28 -04:00
parent 4e6bde767d
commit 8ecb77e430
7 changed files with 30 additions and 20 deletions

5
env.d.ts vendored
View File

@ -1,8 +1,9 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_BACKEND_URL: string
readonly VITE_INSTANCE_URL: string
readonly VITE_BACKEND_DOMAIN: string
readonly VITE_INSTANCE_DOMAIN: string
readonly VITE_HTTPS: string
// more env variables...
}