We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd7fc1 commit 3031494Copy full SHA for 3031494
eleventy.config.cjs
@@ -85,7 +85,7 @@ module.exports = function(eleventyConfig) {
85
) {
86
return null;
87
} else {
88
- return eleventyConfig.javascriptFunctions
+ return eleventyConfig.javascript.functions
89
.slug($.text())
90
.replace(/[&,+()$~%.'":*?!<>{}]/g, '');
91
}
0 commit comments