This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloadedv3/Frontend/config.ts
Liam 130b9bfdec
Some checks failed
Deploy Frontend / deploy (push) Failing after 13s
move to mono repo (attempt 1)
2024-10-02 14:07:30 +01:00

4 lines
103 B
TypeScript

export const config = {
siteUrl: process.env.NEXT_PUBLIC_SITE_URL || "https://ssr.fascinated.cc",
};