mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
Possible fix for #8 - Hydration completed but contains mismatches.
This commit is contained in:
+6
-1
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user