From 6b2b2ee46cd3bc263417388951e2fc2f0679fdb3 Mon Sep 17 00:00:00 2001 From: Rosano <1680612+rosano@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:13:50 +0100 Subject: [PATCH] Fix typo --- docs/en/guide/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guide/routing.md b/docs/en/guide/routing.md index 85ffa1e1d..2710218c2 100644 --- a/docs/en/guide/routing.md +++ b/docs/en/guide/routing.md @@ -121,7 +121,7 @@ Alternatively, you can directly use the anchor tag syntax: ::: -## Generating Clean URL +## Generating Clean URLs ::: warning Server Support Required To serve clean URLs with VitePress, server-side support is required.