[bin] Add redirects for bin public assets

This commit is contained in:
Max Wofford 2024-05-11 00:05:41 -04:00
parent 9fbbc61225
commit efb2030521

View file

@ -274,6 +274,14 @@ const nextConfig = {
{
source: '/how-to-organize-a-hackathon/style.css',
destination: 'https://expandables.hackclub.dev/style.css'
},
{
source: '/bin/',
destination: '/bin/index.html'
},
{
source: '/bin/:path*',
destination: '/bin/:path*'
}
]
},