Delete team pageweb (obselete + useless)

This commit is contained in:
Sebastien Riviere
2025-09-04 16:51:10 +02:00
parent 51b99a699f
commit 31c43f6361
16 changed files with 5 additions and 561 deletions

View File

@@ -1,4 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
@@ -7,14 +8,12 @@ const nextConfig = {
return [
{
source: '/',
destination: '/team',
permanent: true,
destination: '/admin',
permanent: true, // The browser will save the redirect in its cache, empty the cache to change the redirect
},
]
},
};
export default nextConfig;