Skip to content

Commit 60ca96b

Browse files
committed
Add rewrites comment
1 parent 62f4fa4 commit 60ca96b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ const nextConfig = {
476476
{ source: "/discord", destination: "https://discord.gg/7NF8GNe", permanent: false },
477477
];
478478
},
479+
// These rewrites are here as a fallback in case the Cloudflare worker fails
479480
async rewrites() {
480481
return ["plus", "plus-assets", "vendor", "nova-api"].flatMap((path) => [
481482
{

0 commit comments

Comments
 (0)