Skip to content

Commit

Permalink
feat: add share back
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Jun 11, 2023
1 parent 528596f commit 87ba1c6
Show file tree
Hide file tree
Showing 8 changed files with 224 additions and 51 deletions.
4 changes: 3 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ const nextConfig = withPlugins([plugins, nextTranslate], {
},
]
},
sentry: {
hideSourceMaps: true,
},
})

const sentryWebpackPluginOptions = {
Expand All @@ -84,7 +87,6 @@ const sentryWebpackPluginOptions = {
// recommended:
// release, url, org, project, authToken, configFile, stripPrefix,
// urlPrefix, include, ignore
hideSourceMaps: true,
silent: true, // Suppresses all logs
dryRun: process.env.VERCEL_ENV !== 'production',
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"pretty-ms": "^8.0.0",
"react-goodreads-shelf": "^3.1.5",
"react-social-media-embed": "^2.3.5",
"react-social-sharing": "^3.3.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-figure": "^1.0.1",
"rehype-image-placeholder": "^1.0.1",
Expand Down
186 changes: 180 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/rss/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>The David Dias | Front-End Developer, podcaster &amp; content creator</title>
<link>https://thedaviddias.dev</link>
<description>Hey, I'm David Dias! Front-End Developer based in Toronto/Canada. I love talking about code, technology, expatriation and life.</description>
<lastBuildDate>Sun, 11 Jun 2023 14:42:05 GMT</lastBuildDate>
<lastBuildDate>Sun, 11 Jun 2023 14:58:16 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>https://github.com/jpmonette/feed</generator>
<language>en</language>
Expand Down
2 changes: 1 addition & 1 deletion public/rss/fr/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>The David Dias | Développeur Front-End, podcasteur &amp; créateur de contenu</title>
<link>https://thedaviddias.dev</link>
<description>Salut toi! Je m'appele David Dias. Je suis développeur Front-End, podcasteur, créateur de contenu numérique passioné pour résoudre les problèmes digitaux et humains! J'aime rencontrer de nouvelles personnes, bâtir des communautées et parler de tech, d'expatriation et de web.</description>
<lastBuildDate>Sun, 11 Jun 2023 14:42:05 GMT</lastBuildDate>
<lastBuildDate>Sun, 11 Jun 2023 14:58:16 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>https://github.com/jpmonette/feed</generator>
<language>fr</language>
Expand Down
Loading

0 comments on commit 87ba1c6

Please sign in to comment.