diff --git a/next.config.mjs b/next.config.mjs index b45a5bf1..1ec49d30 100755 --- a/next.config.mjs +++ b/next.config.mjs @@ -286,7 +286,11 @@ const nextConfig = { { source: '/bin/selector/', destination: '/bin/selector/index.html' - } + }, + { + source: '/arcade/', + destination: '/arcade/index.html' + }, ] }, async headers() {