mirror of
https://github.com/zhigang1992/docsify.git
synced 2026-04-30 10:22:45 +08:00
Add matomo plugin to build script
This commit is contained in:
@@ -55,6 +55,7 @@ const buildAllPlugin = function () {
|
|||||||
var plugins = [
|
var plugins = [
|
||||||
{name: 'search', input: 'search/index.js'},
|
{name: 'search', input: 'search/index.js'},
|
||||||
{name: 'ga', input: 'ga.js'},
|
{name: 'ga', input: 'ga.js'},
|
||||||
|
{name: 'matomo', input: 'matomo.js'},
|
||||||
{name: 'emoji', input: 'emoji.js'},
|
{name: 'emoji', input: 'emoji.js'},
|
||||||
{name: 'external-script', input: 'external-script.js'},
|
{name: 'external-script', input: 'external-script.js'},
|
||||||
{name: 'front-matter', input: 'front-matter/index.js'},
|
{name: 'front-matter', input: 'front-matter/index.js'},
|
||||||
|
|||||||
Reference in New Issue
Block a user