Skip to content

Commit 83b245e

Browse files
committed
assets = false
1 parent cfa4570 commit 83b245e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ plugins:
5454
- minify:
5555
minify_html: true
5656
- privacy:
57+
assets: false
5758
links_attr_map:
5859
target: _blank
5960
- social:
@@ -87,7 +88,7 @@ extra_css:
8788
extra:
8889
analytics:
8990
provider: plausible
90-
domain: plausible.ktz.cloud
91+
domain: perfectmediaserver.com
9192
src: "https://plausible.ktz.cloud/js/plausible.js"
9293
# provider: google
9394
# property: G-DF6SGTVVBC

nginx/nginx.conf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ server {
88
index index.html index.htm;
99
}
1010

11-
# Add this block to handle Material for MkDocs API events
12-
location /api/event {
13-
access_log off; # Don't log these requests
14-
error_log /dev/null; # Don't log errors for these requests
15-
return 204; # Return "No Content" status
16-
}
17-
1811
error_page 404 /404.html;
1912
location = /404.html {
2013
root /usr/share/nginx/html;

0 commit comments

Comments
 (0)