mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
[bin] Add redirects for bin public assets
This commit is contained in:
parent
9fbbc61225
commit
efb2030521
1 changed files with 8 additions and 0 deletions
|
|
@ -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*'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue