🗑️ Remove index and slug pages and add redirect to /board

This commit is contained in:
Meier Lukas
2023-07-31 23:12:45 +02:00
parent d07cdee144
commit 82c2079074
3 changed files with 7 additions and 139 deletions

View File

@@ -13,4 +13,11 @@ module.exports = withBundleAnalyzer({
output: 'standalone',
i18n,
transpilePackages: ['@jellyfin/sdk'],
redirects: async () => [
{
source: '/',
destination: '/board',
permanent: false,
},
],
});