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