diff --git a/next.config.mjs b/next.config.mjs index f1258f7b..b45a5bf1 100755 --- a/next.config.mjs +++ b/next.config.mjs @@ -282,6 +282,10 @@ const nextConfig = { { source: '/bin/:path*', destination: '/bin/:path*' + }, + { + source: '/bin/selector/', + destination: '/bin/selector/index.html' } ] },