scoresaber-reloadedv3/projects/website/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
};