From a5c41a053e50360bd38b74dd9f3cfde4e4ea03ee Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 16 Jan 2025 08:24:18 -0800 Subject: [PATCH] Fix typo --- content/en/content-management/urls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/urls.md b/content/en/content-management/urls.md index 0f1d93c63..19538162c 100644 --- a/content/en/content-management/urls.md +++ b/content/en/content-management/urls.md @@ -448,7 +448,7 @@ public/ └── index.html ``` -The alias from the previous URL to the new URL is a client-side redirect: +The alias from the previous URL to the new URL is a client side redirect: {{< code file=posts/previous-file-name/index.html >}}