mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-01 19:15:56 +01:00
🗑️ Remove index and slug pages and add redirect to /board
This commit is contained in:
@@ -13,4 +13,11 @@ module.exports = withBundleAnalyzer({
|
||||
output: 'standalone',
|
||||
i18n,
|
||||
transpilePackages: ['@jellyfin/sdk'],
|
||||
redirects: async () => [
|
||||
{
|
||||
source: '/',
|
||||
destination: '/board',
|
||||
permanent: false,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user