This commit is contained in:
Mike Jolley 2019-10-23 11:51:10 +01:00 committed by GitHub
parent 9ad48205b4
commit 18c8c96172
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ export const THUMBNAIL_SIZE = getSetting( 'thumbnail_size', 300 );
export const IS_LARGE_CATALOG = getSetting( 'isLargeCatalog' );
export const LIMIT_TAGS = getSetting( 'limitTags' );
export const HAS_TAGS = getSetting( 'hasTags', true );
export const HOME_URL = getSetting( 'homeUrl ', '' );
export const HOME_URL = getSetting( 'homeUrl', '' );