We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecfdab commit 62660b2Copy full SHA for 62660b2
src/index.ts
@@ -73,9 +73,7 @@ const plugin: NetlifyPlugin = {
73
74
await movePublicFiles({ appDir, outdir, publish })
75
76
- if (process.env.EXPERIMENTAL_ODB_TTL) {
77
- await patchNextFiles(basePath)
78
- }
+ await patchNextFiles(basePath)
79
80
if (process.env.EXPERIMENTAL_MOVE_STATIC_PAGES) {
81
console.log(
0 commit comments