refactor: rename admin route group to manage

This commit is contained in:
2026-04-29 01:25:00 +08:00
parent fcfcce614a
commit b68bf36bff
17 changed files with 16 additions and 12 deletions
+4
View File
@@ -21,6 +21,10 @@ const nextConfig: NextConfig = {
protocol: "https",
hostname: "cdn.steamgriddb.com",
},
{
protocol: "https",
hostname: "cdn2.steamgriddb.com",
}
],
},
};