Skip to content

Commit 3552021

Browse files
committed
chore: exclude stats URL from privacy plugin
This script needs to be served from its origin to work properly.
1 parent a6ad393 commit 3552021

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ plugins:
107107
# https://squidfunk.github.io/mkdocs-material/plugins/privacy/
108108
- privacy:
109109
enabled: !ENV [CI, false]
110+
assets_exclude:
111+
- stats.mattsch.com/*
110112
- search
111113
- blog:
112114
categories_allowed:

0 commit comments

Comments
 (0)