🐛(nginx) fix 404 when accessing a doc

We improve the nginx way to access to a specific
doc.
We stop to wait for a initial attempt that
give a 404. If we see a UUID in the url we will
redirect to the doc/[id] page. Next will then
manage the 404.
This commit is contained in:
Anthony LC
2025-04-10 22:54:59 +02:00
parent 96f6aeea60
commit b58c991c81
4 changed files with 13 additions and 13 deletions

View File

@@ -24,6 +24,10 @@ and this project adheres to
⚡️(frontend) reduce unblocking time for config #867
## Fixed
- 🐛(nginx) fix 404 when accessing a doc #866
## [3.1.0] - 2025-04-07
## Added