1
0
forked from ti-nuage/site

Ajout du code pour Matomo en mode production.

This commit is contained in:
David Soulayrol
2022-07-03 22:20:00 +02:00
parent a0620582c4
commit 0c500ce286
2 changed files with 17 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ module.exports = new Metalsmith(config.paths.projectRoot)
.clean(__PROD__)
.metadata({
moment: moment,
production: __PROD__,
remove_diatrics: function (e) { return slug(e, { mode: 'rfc3986' }) },
site: {
title: 'Ti Nuage'