started-new-blog

This commit is contained in:
2022-09-04 23:58:49 +02:00
parent fb52855297
commit 1ec208cf70
37 changed files with 20789 additions and 13298 deletions

View File

@@ -152,7 +152,7 @@ export default {
short_name: config.title,
theme_color: "hsl(31, 92%, 62%)",
background_color: "hsl(0, 0%, 100%)",
icon: "content/photo.jpg",
icon: "content/me.png",
display: "standalone",
start_url: "/",
},
@@ -183,13 +183,6 @@ export default {
},
},
},
{
resolve: "@sentry/gatsby",
options: {
dsn: process.env.SENTRY_DSN,
tracesSampleRate: 1,
},
},
"gatsby-plugin-image",
"gatsby-plugin-catch-links",
"gatsby-plugin-react-helmet",