docs: fix docs urls for local dev

This commit is contained in:
Pasha Sviderski
2025-07-31 19:04:24 +10:00
parent 4fe360c573
commit f6062cf343
+2 -2
View File
@@ -41,8 +41,8 @@ docker compose -f compose.local.yaml up --build
Verify: Verify:
* http://localhost:8000 — should show the landing page * http://localhost:8000 — should show the landing page
* http://localhost:3000/docs/ — should show the docs generated by Docusaurus * http://localhost:8000/docs/ — should show the docs generated by Docusaurus
* http://localhost:3000/blog/ — should show the blog generated by Docusaurus * http://localhost:8000/blog/ — should show the blog generated by Docusaurus
### Deploy to production ### Deploy to production