mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
[arcade] Add route rewrite for arcade index.html
This commit is contained in:
parent
7f63503eed
commit
d062caa1e1
1 changed files with 5 additions and 1 deletions
|
|
@ -286,7 +286,11 @@ const nextConfig = {
|
|||
{
|
||||
source: '/bin/selector/',
|
||||
destination: '/bin/selector/index.html'
|
||||
}
|
||||
},
|
||||
{
|
||||
source: '/arcade/',
|
||||
destination: '/arcade/index.html'
|
||||
},
|
||||
]
|
||||
},
|
||||
async headers() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue