diff --git a/next.config.js b/next.config.js index 24c8c9b..bca61d9 100644 --- a/next.config.js +++ b/next.config.js @@ -37,6 +37,12 @@ const nextConfig = { port: "", pathname: "/**", }, + { + protocol: "https", + hostname: "na.cdn.beatsaver.com", + port: "", + pathname: "/**", + }, ], }, };