feat: add umami script.

This commit is contained in:
Ryan Wang
2021-10-09 00:41:35 +08:00
parent c054998986
commit a7151259cd

View File

@@ -233,5 +233,13 @@ const darkCodeTheme = require("prism-react-renderer/themes/palenight");
},
],
],
scripts: [
{
src: "https://analytics.halo.run/umami.js",
async: true,
defer: true,
"data-website-id": "84657224-4386-44b9-b012-3258c70a49eb",
},
],
}
);