diff --git a/next.config.js b/next.config.js index a82d39e..e674786 100644 --- a/next.config.js +++ b/next.config.js @@ -1,10 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, - swcMinify: true, - images: { - domains: ['i.arch.gay', 'cdn.discordapp.com'] - } + swcMinify: true } module.exports = nextConfig