mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
feat: add monorepo
This commit is contained in:
6
apps/docs/utils/metadata.ts
Normal file
6
apps/docs/utils/metadata.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const baseUrl =
|
||||
process.env.NODE_ENV === "development"
|
||||
? "http://localhost:3000"
|
||||
: "https://docs.dokploy.com";
|
||||
|
||||
export const url = (path: string): string => new URL(path, baseUrl).toString();
|
||||
Reference in New Issue
Block a user