[arcade] Add route rewrite for arcade index.html

This commit is contained in:
Max Wofford 2024-05-29 21:40:11 -04:00
parent 7f63503eed
commit d062caa1e1

View file

@ -286,7 +286,11 @@ const nextConfig = {
{
source: '/bin/selector/',
destination: '/bin/selector/index.html'
}
},
{
source: '/arcade/',
destination: '/arcade/index.html'
},
]
},
async headers() {