fix: allow missing id

This commit is contained in:
Torsten Dittmann
2023-09-19 20:22:50 +02:00
parent bec080cbb8
commit 477b9bf326

View File

@@ -39,7 +39,8 @@ const config = {
$markdoc: './src/markdoc'
},
prerender: {
handleHttpError: 'warn'
handleHttpError: 'warn',
handleMissingId: 'warn'
},
}
};