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 5df5d60 commit 46a273eCopy full SHA for 46a273e
src/index.ts
@@ -82,7 +82,7 @@ async function main() {
82
for (const page of pages) {
83
if (metadata.has(page.id)) {
84
const entry = metadata.get(page.id)
85
- if (entry?.updatedAt === page.last_edited_time) {
+ if (entry?.updatedAt === page.last_edited_time && fs.existsSync(getPath(outputDir, page))) {
86
continue;
87
}
88
if (entry?.sync) {
0 commit comments