feat: NEXT_PUBLIC_API_URL
This commit is contained in:
@@ -5,7 +5,7 @@ export const siteConfig = {
|
||||
jellyfinUrl: "https://momostreaming.com",
|
||||
minecraftPath: "/minecraft",
|
||||
astroneerPath: "/astroneer",
|
||||
apiUrl: process.env.NEXT_PUBLIC_API_URL ?? "",
|
||||
apiUrl: process.env.NEXT_PUBLIC_API_URL,
|
||||
};
|
||||
|
||||
export const minecraftServer = {
|
||||
|
||||
Reference in New Issue
Block a user