This removes `LONG_CACHE` and its descendants, which was a feature that added `?maxAge` to the live preview badges in the frontend. Since they are all static that is no longer needed, as the static badges all have longer cache timeouts regardless.
4 lines
63 B
JavaScript
4 lines
63 B
JavaScript
const baseUrl = process.env.BASE_URL || ''
|
|
|
|
export { baseUrl }
|