ProzillaOS/src/config/deploy.config.ts
2024-06-13 21:54:26 +02:00

9 lines
No EOL
338 B
TypeScript

export const BUILD_DIR = "dist";
export const DOMAIN = "os.prozilla.dev";
export const BASE_URL = `https://${DOMAIN}/`;
export const REPO = { owner: "Prozilla", name: "ProzillaOS", branch: "main" };
export const REPO_URL = `https://github.com/${REPO.owner}/${REPO.name}`;
export const COMMIT_MESSAGE = "Deployed build to GitHub Pages";