update wave, cycle, damage type ...

This commit is contained in:
2025-05-02 16:54:55 +07:00
parent 665bdd497a
commit f9fd97598e
49 changed files with 2072 additions and 702 deletions

View File

@@ -18,7 +18,12 @@ const nextConfig: NextConfig = {
protocol: 'http',
hostname: 'localhost',
pathname: '**',
}
},
{
protocol: 'https',
hostname: 'api.hakush.in',
pathname: '**',
},
],
},
eslint: {