Update site meta config
This commit is contained in:
parent
32d6c06568
commit
9b6be281f7
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
siteUrl: `https://gatsby.ghost.org`, // Site domain. Do not include a trailing slash!
|
siteUrl: `https://www.snipettemag.com`, // Site domain. Do not include a trailing slash!
|
||||||
|
|
||||||
postsPerPage: 12, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
|
postsPerPage: 12, // Number of posts shown on paginated pages (changes this requires sometimes to delete the cache)
|
||||||
|
|
||||||
siteTitleMeta: `Ghost Gatsby Starter`, // This allows an alternative site title for meta data for pages.
|
siteTitleMeta: `Snipette`, // This allows an alternative site title for meta data for pages.
|
||||||
siteDescriptionMeta: `A starter template to build amazing static websites with Ghost and Gatsby`, // This allows an alternative site description for meta data for pages.
|
siteDescriptionMeta: `Your weekly dose of perspective, understandibility and fun`, // This allows an alternative site description for meta data for pages.
|
||||||
|
|
||||||
shareImageWidth: 1000, // Change to the width of your default share image
|
shareImageWidth: 1000, // Change to the width of your default share image
|
||||||
shareImageHeight: 523, // Change to the height of your default share image
|
shareImageHeight: 523, // Change to the height of your default share image
|
||||||
|
|
||||||
shortTitle: `Ghost`, // Used for App manifest e.g. Mobile Home Screen
|
shortTitle: `Snipette`, // Used for App manifest e.g. Mobile Home Screen
|
||||||
siteIcon: `favicon.png`, // Logo in /static dir used for SEO, RSS, and App manifest
|
siteIcon: `favicon.png`, // Logo in /static dir used for SEO, RSS, and App manifest
|
||||||
backgroundColor: `#e9e9e9`, // Used for Offline Manifest
|
backgroundColor: `#e9e9e9`, // Used for Offline Manifest
|
||||||
themeColor: `#15171A`, // Used for Offline Manifest
|
themeColor: `#15171A`, // Used for Offline Manifest
|
||||||
|
|
Loading…
Reference in a new issue