mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
11 lines
366 B
TypeScript
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;
|