Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
naticampiglia committed Feb 1, 2024
1 parent 3f1f99f commit f0e39ad
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ const config: GatsbyConfig = {
path: `${__dirname}/src/data`,
},
},
{
resolve: `gatsby-plugin-manifest`,
options: {
name: `Landify UI`,
short_name: `Landify UI`,
start_url: `/`,
background_color: `#7C3AED`,
theme_color: `#7C3AED`,
display: `minimal-ui`,
icon: `src/images/favicon.png`, // Replace with your favicon (This path is relative to the root of the site)
},
},
{
resolve: `gatsby-plugin-google-gtag`,
options: {
Expand Down

0 comments on commit f0e39ad

Please sign in to comment.