fix: production refresh 404

This commit is contained in:
JOYCEQL
2024-12-01 18:44:35 +08:00
parent 9f612fd2bb
commit 1c89a1c8bb
+4
View File
@@ -12,6 +12,10 @@ const nextConfig = {
source: "/generate-pdf",
destination:
"http://1255612844-0z3iovadu8.ap-chengdu.tencentscf.com/generate-pdf"
},
{
source: "/:path*",
destination: "/"
}
];
}