From d574d701f641c32f1a196aa693652e3f2e70631c Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 5 Nov 2023 20:59:57 +0000 Subject: [PATCH] add na cdn url for beatsaver --- next.config.js | 6 ++++++ 1 file changed, 6 insertions(+) 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: "/**", + }, ], }, };