Skip to content

Commit

Permalink
feat: add scarf pixel to docs (#4169)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeeeenster authored Jun 17, 2024
1 parent d2c2aba commit ca071dc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ca071dc

Please sign in to comment.