feat: add profile photo upload/delete API routes with R2 storage
This commit is contained in:
@@ -39,6 +39,11 @@ const nextConfig: NextConfig = {
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'cdn.discordapp.com'
|
||||
},
|
||||
// Cloudflare R2
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "**.r2.dev",
|
||||
}
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user