Add APP URL env variable to frontend project
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
export const RESERVED_SLUGS = ["new", "edit", "delete", "settings"];
|
||||
export const BACKEND_API_URL = process.env.NEXT_PUBLIC_API_URL;
|
||||
export const APP_URL =
|
||||
process.env.NEXT_PUBLIC_APP_URL || "http://localhost:3000";
|
||||
|
||||
Reference in New Issue
Block a user