mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
[bin] Add redirect for selector index
This commit is contained in:
parent
efb2030521
commit
f9bf01b8c8
1 changed files with 4 additions and 0 deletions
|
|
@ -282,6 +282,10 @@ const nextConfig = {
|
|||
{
|
||||
source: '/bin/:path*',
|
||||
destination: '/bin/:path*'
|
||||
},
|
||||
{
|
||||
source: '/bin/selector/',
|
||||
destination: '/bin/selector/index.html'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue