diff --git a/next.config.js b/next.config.js index f9a102d..b2e461b 100644 --- a/next.config.js +++ b/next.config.js @@ -6,6 +6,8 @@ const nextConfig = { styledComponents: true, }, + images: { domains: ['cdn.spacewak.net'] }, + webpack: (config) => { const fileLoaderRule = config.module.rules.find((rule) => rule.test?.test?.('.svg')