Discord account Linkage, penalty update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user