This commit is contained in:
Iliyan Angelov
2025-10-13 01:49:06 +03:00
parent 76c857b4f5
commit 5ad9cbe3a6
97 changed files with 5752 additions and 2376 deletions

View File

@@ -133,12 +133,12 @@ const nextConfig = {
// Redirects for SEO
async redirects() {
return [
// Redirect trailing slashes
{
source: '/:path+/',
destination: '/:path+',
permanent: true,
},
// Temporarily disabled - causing API issues
// {
// source: '/((?!api/).*)+/',
// destination: '/$1',
// permanent: true,
// },
]
},
// Rewrites for API proxy (Production: routes /api to backend through nginx)