Added files url prefix

refs https://github.com/TryGhost/Toolbox/issues/114

- This new URL prefix is needed for generic files stored in Ghost
This commit is contained in:
Naz 2021-11-05 18:14:36 +04:00
parent d03f9b4e90
commit 1b15cd0f45

View File

@ -12,5 +12,6 @@ module.exports = {
SIX_MONTH_MS: 15768000000,
ONE_YEAR_MS: 31536000000,
STATIC_IMAGES_URL_PREFIX: 'content/images',
STATIC_MEDIA_URL_PREFIX: 'content/media'
STATIC_MEDIA_URL_PREFIX: 'content/media',
STATIC_FILES_URL_PREFIX: 'content/files'
};