stefan080106
2022-09-20 16:02:22 +02:00
parent d756e9a128
commit 25d90a1b22
2 changed files with 11 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ const nextConfig = {
experimental: {
outputStandalone: true,
},
images: {
domains: ["cdn.discordapp.com"],
},
};
module.exports = nextConfig;