Update next.config.js

Signed-off-by: skidoodle <53189968+skidoodle@users.noreply.github.com>
This commit is contained in:
skidoodle 2022-08-16 20:36:32 +02:00 committed by GitHub
parent 84bf1b3815
commit 3794a48595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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