albert.lol/next.config.js
skidoodle 7dedfba1f9 v3
2022-08-14 19:59:03 +02:00

10 lines
203 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
images: {
domains: ['i.arch.gay', 'cdn.discordapp.com']
}
}
module.exports = nextConfig