diff --git a/next.config.js b/next.config.js index f0ee9467a..2b399fd5d 100644 --- a/next.config.js +++ b/next.config.js @@ -30,7 +30,7 @@ const postCSSFlexBugsFixes = [ const config = { swcMinify: true, images: { - domains: ['images.ctfassets.net'], + domains: ['images.ctfassets.net', 'res.cloudinary.com'], }, plugins: [IS_PRODUCTION ? postCSSFlexBugsFixes : [], IS_PRODUCTION ? purgeCSS : []], } diff --git a/src/components/Header/Header.js b/src/components/Header/Header.js index 9f85a512e..3b6b0ef11 100644 --- a/src/components/Header/Header.js +++ b/src/components/Header/Header.js @@ -4,12 +4,12 @@ import Typed from 'react-typed' function Header() { return ( -
+
image of code on a computer screen
diff --git a/tests/components/__snapshots__/Header.test.js.snap b/tests/components/__snapshots__/Header.test.js.snap index 198afb5cb..45a141c03 100644 --- a/tests/components/__snapshots__/Header.test.js.snap +++ b/tests/components/__snapshots__/Header.test.js.snap @@ -2,13 +2,13 @@ exports[`
should render correctly 1`] = `