This commit is contained in:
2026-06-10 04:47:17 +03:00
parent 1c7817da8d
commit 10ca771311
3 changed files with 38 additions and 1 deletions
+8
View File
@@ -33,6 +33,14 @@ const nextConfig: NextConfig = {
},
],
},
async rewrites() {
return [
{
source: '/api/st',
destination: 'https://panel.ayris.tech/api/analytics/collect',
},
];
},
};
export default nextConfig;