Skip to content

Commit 3031494

Browse files
committed
docs: fix build
1 parent 2cd7fc1 commit 3031494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eleventy.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module.exports = function(eleventyConfig) {
8585
) {
8686
return null;
8787
} else {
88-
return eleventyConfig.javascriptFunctions
88+
return eleventyConfig.javascript.functions
8989
.slug($.text())
9090
.replace(/[&,+()$~%.'":*?!<>{}]/g, '');
9191
}

0 commit comments

Comments
 (0)