Skip to content

Commit c39d9fc

Browse files
author
Evert Arias
committed
Update site info
1 parent 920f7a6 commit c39d9fc

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

gatsby-config.js

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module.exports = {
22
siteMetadata: {
3-
title: `Gatsby Default Starter`,
4-
description: `Kick off your next, great Gatsby project with this default starter. This barebones starter ships with the main Gatsby configuration files you might need.`,
5-
author: `@gatsbyjs`,
3+
title: `Gatsby Netlify Form Example`,
4+
description: `Simple Gatsby static site to demonstrate how to submit a form to Netlify forms.`,
5+
author: `@evert-arias`,
66
},
77
plugins: [
88
`gatsby-plugin-react-helmet`,
@@ -26,9 +26,6 @@ module.exports = {
2626
display: `minimal-ui`,
2727
icon: `src/images/gatsby-icon.png`, // This path is relative to the root of the site.
2828
},
29-
},
30-
// this (optional) plugin enables Progressive Web App + Offline functionality
31-
// To learn more, visit: https://gatsby.dev/offline
32-
// `gatsby-plugin-offline`,
29+
}
3330
],
3431
}

0 commit comments

Comments
 (0)