Fix getSiteRoot
This commit is contained in:
@@ -1,3 +1 @@
|
||||
export const getSiteRoot = () => {
|
||||
return process.env.SITE_URL || "http://localhost:3000";
|
||||
}
|
||||
export const getSiteRoot = (): string => process.env.SITE_URL || "http://localhost:3000";
|
||||
Reference in New Issue
Block a user