mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
fix: Use images
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// This is the website part where people play and connect
|
||||
import { api } from "./api";
|
||||
import { cdn } from "./cdn";
|
||||
import { auth } from "./auth";
|
||||
import { zero } from "./zero";
|
||||
import { domain } from "./dns";
|
||||
@@ -16,6 +17,7 @@ new sst.aws.StaticSite("Web", {
|
||||
},
|
||||
environment: {
|
||||
VITE_API_URL: api.url,
|
||||
VITE_CDN_URL: cdn.url,
|
||||
VITE_STAGE: $app.stage,
|
||||
VITE_AUTH_URL: auth.url,
|
||||
VITE_ZERO_URL: zero.url,
|
||||
|
||||
Reference in New Issue
Block a user