fix: production export pdf

This commit is contained in:
JOYCEQL
2024-11-25 18:44:22 +08:00
parent 6151e56ce2
commit bc4bc31a69
+3
View File
@@ -2,6 +2,9 @@
const nextConfig = {
typescript: {
ignoreBuildErrors: true
},
serverRuntimeConfig: {
chromePath: process.env.CHROME_PATH
}
};