Possible fix for #8 - Hydration completed but contains mismatches.

This commit is contained in:
ShadowArcanist
2025-01-01 10:47:50 +05:30
parent ed188507db
commit 1cbd077b65
+6 -1
View File
@@ -36,7 +36,12 @@ http {
location /docs {
alias /usr/share/nginx/html/docs;
index index.html;
try_files $uri $uri/ /docs/index.html;
try_files $uri $uri/ $uri.html =404;
}
location = /favicon.ico {
rewrite ^/favicon.ico$ /docs/favicon.ico;
}
}
}