Fix URL on the frontend

This commit is contained in:
Braydon 2024-04-16 20:52:59 -04:00
parent 21f31c0f1d
commit 03df9aabdf

@ -4,7 +4,7 @@ const nextConfig = {
remotePatterns: [ remotePatterns: [
{ {
protocol: "https", protocol: "https",
hostname: "mc.rainnny.club", hostname: "api.restfulmc.cc",
}, },
], ],
}, },