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/config.ts

4 lines
103 B
TypeScript
Raw Normal View History

2024-09-08 21:35:32 +00:00
export const config = {
2024-09-28 04:57:35 +00:00
siteUrl: process.env.NEXT_PUBLIC_SITE_URL || "https://ssr.fascinated.cc",
2024-09-08 21:35:32 +00:00
};