[bin] Add redirect for selector index

This commit is contained in:
Max Wofford 2024-05-11 00:09:07 -04:00
parent efb2030521
commit f9bf01b8c8

View file

@ -282,6 +282,10 @@ const nextConfig = {
{
source: '/bin/:path*',
destination: '/bin/:path*'
},
{
source: '/bin/selector/',
destination: '/bin/selector/index.html'
}
]
},