mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 04:22:13 +00:00
fix: allow missing id
This commit is contained in:
@@ -39,7 +39,8 @@ const config = {
|
|||||||
$markdoc: './src/markdoc'
|
$markdoc: './src/markdoc'
|
||||||
},
|
},
|
||||||
prerender: {
|
prerender: {
|
||||||
handleHttpError: 'warn'
|
handleHttpError: 'warn',
|
||||||
|
handleMissingId: 'warn'
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user