fix: nginx cleanUrls routing for VitePress guides
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user