We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b847c20 commit 3f50381Copy full SHA for 3f50381
build/build.js
@@ -55,6 +55,7 @@ const buildAllPlugin = function () {
55
var plugins = [
56
{name: 'search', input: 'search/index.js'},
57
{name: 'ga', input: 'ga.js'},
58
+ {name: 'matomo', input: 'matomo.js'},
59
{name: 'emoji', input: 'emoji.js'},
60
{name: 'external-script', input: 'external-script.js'},
61
{name: 'front-matter', input: 'front-matter/index.js'},
0 commit comments