Discord account Linkage, penalty update

This commit is contained in:
PxlLoewe
2026-01-06 03:07:09 +01:00
parent b16b719c74
commit 0ac943c63f
19 changed files with 388 additions and 49 deletions

View File

@@ -1,6 +1,10 @@
/** @type {import('next').NextConfig} */
/* const removeImports = require("next-remove-imports")(); */
/* const nextConfig = removeImports({}); */
const nextConfig = {};
const nextConfig = {
images: {
domains: ["cdn.discordapp.com"],
},
};
export default nextConfig;