Skip to content

Commit

Permalink
Fix image on manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
musartedev committed Nov 22, 2020
1 parent 7844b3c commit 47a5bd0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/utils/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ module.exports = {
siteUrl: `https://musarte.dev`, // 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)
siteTitleMeta: `@musartedev`,
siteTitleMeta: `Blog`,
siteDescriptionMeta: `Puedes llamarme Mus. Soy Lic. en Computación y desarrolladora Full Stack, enfocada en MERN 🤓. También formo parte del Platzi Team 💚 como Front End Developer.`, // This allows an alternative site description for meta data for pages.

shareImageWidth: 1000, // Change to the width of your default share image
shareImageHeight: 523, // Change to the height of your default share image

shortTitle: `Musarte`, // Used for App manifest e.g. Mobile Home Screen
siteIcon: `favicon.png`, // Logo in /static dir used for SEO, RSS, and App manifest
siteIcon: `musarte.png`, // Logo in /static dir used for SEO, RSS, and App manifest
backgroundColor: `#e9e9e9`, // Used for Offline Manifest
themeColor: `#15171A`, // Used for Offline Manifest
}
File renamed without changes.
Binary file added static/musarte.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 47a5bd0

Please sign in to comment.