9 lines
No EOL
338 B
TypeScript
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"; |