| // 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; |