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:
parent
d03f9b4e90
commit
1b15cd0f45
@ -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'
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user