This commit is contained in:
tuna2134
2025-04-29 03:52:16 +00:00
parent 65ba0bd083
commit 2627d4456d
2 changed files with 25 additions and 5 deletions

View File

@@ -1,7 +1,14 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
images: {
remotePatterns: [
{
protocol: 'https',
hostname: "cdn.discordapp.com",
}
]
}
};
export default nextConfig;