diff --git a/nginx.conf b/nginx.conf index 965c6c1..e74165d 100644 --- a/nginx.conf +++ b/nginx.conf @@ -48,7 +48,7 @@ http { # SPA fallback for Next.js static export location / { - try_files $uri $uri.html $uri/ /index.html; + try_files $uri $uri.html $uri/ =404; } # Health check endpoint