diff --git a/site/components/About.js b/site/components/About.js index 8d57d5ec..67a1bb09 100644 --- a/site/components/About.js +++ b/site/components/About.js @@ -130,10 +130,9 @@ function About() { style={{ width: '250px', height: '54px', margin: 'auto' }} rel="noreferrer" > - Letra - Passively learn a new language every time you open a new tab | Product Hunt diff --git a/site/next.config.js b/site/next.config.js index 525a7447..f92b9270 100644 --- a/site/next.config.js +++ b/site/next.config.js @@ -1,6 +1,7 @@ module.exports = { reactStrictMode: true, images: { + dangerouslyAllowSVG: true, domains: ['api.producthunt.com', 'avatars.githubusercontent.com', 'images.unsplash.com'], }, };