Serve pretty blog post URLs in nginx
Some checks are pending
Deploy to Netlify / deploy (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-14 01:08:16 +02:00
parent 18472ac6b0
commit c107b1aed9

View file

@ -19,6 +19,6 @@ server {
}
location / {
try_files $uri $uri/index.html /index.html /404.html;
try_files $uri $uri/index.html /blog$uri/index.html /404.html;
}
}