feat: move config to ts

This commit is contained in:
shinya
2025-06-24 10:30:36 +08:00
parent e47cc27f49
commit b60d069c02
6 changed files with 97 additions and 170 deletions

View File

@@ -14,14 +14,10 @@ const nextConfig = {
{
protocol: 'https',
hostname: '**',
port: '',
pathname: '**',
},
{
protocol: 'http',
hostname: '**',
port: '',
pathname: '**',
},
],
},