nextui/apps/docs/libs/docs/config.ts
2023-05-07 00:46:37 -03:00

11 lines
366 B
TypeScript

// Tag to use if FORCE_TAG is enabled (only for production build)
export const TAG = "main"; // Github branch
export const CONTENT_PATH = "/apps/docs/content";
export const ASSETS_PATH = "/apps/docs/public";
// If a version different from the latest release is required, update TAG with the wanted
// version and set this to `true`
export const FORCE_TAG = true;