blob: a45ee6648fb4146a4437e26623f0e9b0d630d1eb [file]
// Tag to use if FORCE_TAG is enabled (only for production build)
export const TAG = 'main'; // Github branch
export const CONTENT_PATH = '/content';
export const ASSETS_PATH = '/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;