diff --git a/next.config.js b/next.config.js index 64c7198..1d53f9a 100644 --- a/next.config.js +++ b/next.config.js @@ -9,7 +9,8 @@ export default withBundleAnalyzer({ 'www.notion.so', 'notion.so', 'images.unsplash.com', - 'pbs.twimg.com' + 'pbs.twimg.com', + 'abs.twimg.com' ], formats: ['image/avif', 'image/webp'] } diff --git a/package.json b/package.json index 6563e62..20f361f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react-body-classname": "^1.3.1", "react-dom": "^17.0.2", "react-icons": "^4.3.1", - "react-notion-x": "^6.0.0", + "react-notion-x": "^6.0.1", "react-static-tweets": "^0.7.1", "react-use": "^17.3.2", "static-tweets": "^0.7.1", diff --git a/yarn.lock b/yarn.lock index c2b9eaa..8c106e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3158,10 +3158,10 @@ react-modal@^3.14.3: react-lifecycles-compat "^3.0.0" warning "^4.0.3" -react-notion-x@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.0.0.tgz#6e87639ffa354dd28ebbe51f38a1cce73e159457" - integrity sha512-Oq27osGoYduBOqZ9BzrlQ7d3xXOmF2mfkZgTxHiDRpkF88QOd9WIc+ckBF11k67P9V2nzZMUE8e7mwzslLFovA== +react-notion-x@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.0.1.tgz#1fcb98fccfe617feef737b1c946c0b243c62971a" + integrity sha512-UEV7W5qrqPC7FhB5DdhYOGvMZYvMDOXwjoD3FDyCPqlOqgMOR4FN+EkTB3hrgoK1TnWQ1cNPWW3qCgR4PWOa1A== dependencies: "@matejmazur/react-katex" "^3.1.3" date-fns "^2.15.0"