File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff 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:
8788extra :
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
Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments