redirects
All checks were successful
Build & Deploy / deploy (push) Successful in 3m20s

This commit is contained in:
2026-01-21 13:10:32 +01:00
parent 2fcca45e4a
commit e74c309461

View File

@@ -8,12 +8,6 @@ const nextConfig = {
output: 'standalone',
async redirects() {
return [
// Root redirects
{
source: '/',
destination: '/en/start',
permanent: true,
},
// Blog redirects
{
source: '/blog',