add na cdn url for beatsaver
All checks were successful
deploy / deploy (push) Successful in 1m2s

This commit is contained in:
Lee 2023-11-05 20:59:57 +00:00
parent 666584e022
commit d574d701f6

@ -37,6 +37,12 @@ const nextConfig = {
port: "",
pathname: "/**",
},
{
protocol: "https",
hostname: "na.cdn.beatsaver.com",
port: "",
pathname: "/**",
},
],
},
};