Skip to content

Commit

Permalink
added favicons for gatsby example
Browse files Browse the repository at this point in the history
  • Loading branch information
JustFly1984 committed May 1, 2019
1 parent 1a8f02b commit 0ddbf54
Show file tree
Hide file tree
Showing 10 changed files with 1,061 additions and 37 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ We are welcome to any pull request, which has a clear goal and description. Also
List of contributors:

Alexey Lyakhov <[email protected]>
Awwit
Awwit <[email protected]>
Ivan Konev <[email protected]>

We use lerna (https://github.com/lerna/lerna) to split the whole @react-google-maps/api project into packages. To get started:

Expand Down
Binary file added logo1500px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"contributors": [
"Ignat Awwit <[email protected]> (https://github.com/awwit)",
"Uri Klar <[email protected]> (https://github.com/uriklar)"
"Uri Klar <[email protected]> (https://github.com/uriklar)",
"Ivan Konev <[email protected]>"
],
"repository": {
"type": "git",
Expand Down
31 changes: 31 additions & 0 deletions packages/react-google-maps-api-gatsby-example/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,37 @@ module.exports = {
}`
}
},
{
resolve: `gatsby-plugin-favicon`,
options: {
logo: './src/favicon.png',

// WebApp Manifest Configuration
appName: null, // Inferred with your package.json
appDescription: null,
developerName: null,
developerURL: null,
dir: 'auto',
lang: 'en-US',
background: '#fff',
theme_color: '#fff',
display: 'standalone',
orientation: 'any',
start_url: '/?homescreen=1',
version: '1.0',

icons: {
android: true,
appleIcon: true,
appleStartup: true,
coast: false,
favicons: true,
firefox: true,
yandex: true,
windows: false
}
}
},
'gatsby-plugin-react-helmet'
],
}
5 changes: 2 additions & 3 deletions packages/react-google-maps-api-gatsby-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"url": "https://github.com/JustFly1984"
},
"contributors": [
{
"name": "Ivan Konev"
}
"Ivan Konev <[email protected]>"
],
"publishConfig": {
"access": "public"
Expand All @@ -27,6 +25,7 @@
"eslint-plugin-prettier": "3.0.1",
"gatsby": "2.3.24",
"gatsby-plugin-eslint": "2.0.4",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-purgecss": "3.1.1",
"gatsby-plugin-react-helmet": "3.0.12",
"gatsby-plugin-sitemap": "2.0.12",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading

0 comments on commit 0ddbf54

Please sign in to comment.