diff --git a/nginx.conf b/nginx.conf index 8699aec..08d5ef8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -3,6 +3,7 @@ server { server_name _; root /usr/share/nginx/html; index index.html; + absolute_redirect off; # VitePress cleanUrls: each page is a *.html file on disk location = /infrastructure/test-contour/guides {