Skip to content

Commit 3f50381

Browse files
committed
Add matomo plugin to build script
1 parent b847c20 commit 3f50381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build.js

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const buildAllPlugin = function () {
5555
var plugins = [
5656
{name: 'search', input: 'search/index.js'},
5757
{name: 'ga', input: 'ga.js'},
58+
{name: 'matomo', input: 'matomo.js'},
5859
{name: 'emoji', input: 'emoji.js'},
5960
{name: 'external-script', input: 'external-script.js'},
6061
{name: 'front-matter', input: 'front-matter/index.js'},

0 commit comments

Comments
 (0)