mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix verrions returning null
This commit is contained in:
parent
e0ac477581
commit
8f995db19f
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ module.exports = function ( eleventyConfig ) {
|
|||
}
|
||||
|
||||
// Bundle not found
|
||||
return null
|
||||
return {}
|
||||
})
|
||||
|
||||
eleventyConfig.addJavaScriptFunction('usingComponent', async function ( componentName ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue