Update AppImage

This commit is contained in:
MacRimi
2025-09-29 17:46:37 +02:00
parent 6133a6d6d8
commit bc3e2ec358
6 changed files with 36 additions and 66 deletions

View File

@@ -25,18 +25,6 @@ const nextConfig = {
}
return config;
},
async headers() {
return [
{
source: '/api/:path*',
headers: [
{ key: 'Access-Control-Allow-Origin', value: '*' },
{ key: 'Access-Control-Allow-Methods', value: 'GET, POST, PUT, DELETE, OPTIONS' },
{ key: 'Access-Control-Allow-Headers', value: 'Content-Type, Authorization' },
],
},
];
},
};
export default nextConfig;