UPDATE: Skilltree
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m46s

This commit is contained in:
2025-07-30 21:10:09 +07:00
parent 31724fa88c
commit 9b6a061cba
50 changed files with 15044 additions and 6214 deletions

View File

@@ -24,19 +24,16 @@ const nextConfig: NextConfig = {
hostname: 'api.hakush.in',
pathname: '**',
},
{
protocol: 'https',
hostname: 'homdgcat.wiki',
pathname: '**',
},
],
},
eslint: {
ignoreDuringBuilds: true,
},
async rewrites() {
return [
{
source: '/api/character/:id',
destination: 'https://api.hakush.in/hsr/data/en/character/:id.json',
},
];
},
};
export default withNextIntl(nextConfig);