Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exercise 1 Solution: customize the gatsby-config #4

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
8 changes: 4 additions & 4 deletions site/gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*eslint no-template-curly-in-string:0*/
module.exports = {
siteMetadata: {
title: `SketchXConf 2020`,
description: `description`,
author: `@you`,
title: `TechNSketchXConf 2020`,
description: `An amazing conference to bring together professional and aspriing technical sketch noters.`,
author: `@waterproofheart`,
siteUrl: `https://monica.dev/gatsbyworkshop`,
},
plugins: [
Expand All @@ -17,7 +17,7 @@ module.exports = {
background_color: `#ffffff`,
theme_color: `#000`,
display: `minimal-ui`,
icon: `src/images/pencil-icon.png`,
icon: `src/images/paintbrush-icon.png`,
},
},
`gatsby-plugin-postcss`,
Expand Down
Binary file added site/src/images/paintbrush-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.