fix: nginx cleanUrls routing for VitePress guides

This commit is contained in:
sova-bootstrap
2026-05-28 13:48:25 +03:00
parent 41918487ff
commit 71424ca5f4
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ export default defineConfig({
collapsed: false,
items: [
{ text: 'Обзор', link: '/infrastructure/test-contour/' },
{ text: 'Визуальные гайды', link: '/infrastructure/test-contour/guides/' },
{ text: 'Визуальные гайды', link: '/infrastructure/test-contour/guides/overview' },
{ text: 'Gitea: теги и CI/CD', link: '/infrastructure/test-contour/guides/gitea-ci' },
{ text: 'ArgoCD: приложения', link: '/infrastructure/test-contour/guides/argocd' },
{ text: 'Grafana / Prometheus / Loki', link: '/infrastructure/test-contour/guides/monitoring' },