2 Commits

Author SHA1 Message Date
490ba046ef Merge branch 'master' of https://git.rainnny.club/Rainnny/RESTfulMC
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m25s
2024-04-16 20:53:07 -04:00
03df9aabdf Fix URL on the frontend 2024-04-16 20:52:59 -04:00

View File

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