mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue