From ca071dc1b7d86c6aae87fc097f97871d0c6f43a7 Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Mon, 17 Jun 2024 10:05:58 +0100 Subject: [PATCH] feat: add scarf pixel to docs (#4169) --- docs/docusaurus.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 6f2a0b48ea5b..875be0155e4f 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -202,6 +202,16 @@ const config = { swaggerURL: '/api-static/edge-api.yaml', }, + headTags: [ + { + tagName: 'img', + attributes: { + src: 'https://static.scarf.sh/a.png?x-pxid=3bd13eaa-d37d-454b-b503-322643e72574', + referrerpolicy: 'no-referrer-when-downgrade', + }, + }, + ], + presets: [ [ 'classic',