diff --git a/src/utils/siteConfig.js b/src/utils/siteConfig.js index 1118e31..88b24ae 100644 --- a/src/utils/siteConfig.js +++ b/src/utils/siteConfig.js @@ -1,6 +1,9 @@ module.exports = { siteUrl: `https://www.snipettemag.com`, // Site domain. Do not include a trailing slash! + mediaUrlFrom: `https://snipette-ghost.herokuapp.com/content/images/`, // skip Ghost content URL... + mediaUrlTo: `https://media.snipettemag.com/`, // ...and get it directly from source! + postsPerPage: 12, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache) siteTitleMeta: `Snipette`, // This allows an alternative site title for meta data for pages.