mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-21 06:54:08 -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
|
// Bundle not found
|
||||||
return null
|
return {}
|
||||||
})
|
})
|
||||||
|
|
||||||
eleventyConfig.addJavaScriptFunction('usingComponent', async function ( componentName ) {
|
eleventyConfig.addJavaScriptFunction('usingComponent', async function ( componentName ) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue