Farewell message for 2025 event

This commit is contained in:
2025-10-27 05:09:43 +02:00
parent a995d70d67
commit 772996ec1c
4 changed files with 4 additions and 18 deletions

View File

@@ -22,20 +22,6 @@ const nextConfig: NextConfig = {
},
];
},
async redirects() {
return [
{
source: "/et",
destination: "/striim",
permanent: false,
},
{
source: "/en",
destination: "/stream",
permanent: false,
},
];
},
};
export default withNextIntl(nextConfig);