diff --git a/docs/next.config.js b/docs/next.config.js index 4225ac2b..653b1230 100644 --- a/docs/next.config.js +++ b/docs/next.config.js @@ -90,6 +90,9 @@ const config = { compiler: { styledComponents: true, }, + images: { + unoptimized: true, + } } /** @type {import('next').NextConfig} */