From ef87321a2b8e4c18df5b8c1ebee56f9bcdd4bb89 Mon Sep 17 00:00:00 2001 From: emily-shen <69125074+emily-shen@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:21:02 +0100 Subject: [PATCH] update changeset --- .changeset/shaggy-peas-notice.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/shaggy-peas-notice.md b/.changeset/shaggy-peas-notice.md index ed15c3e20492..9c847d9b830f 100644 --- a/.changeset/shaggy-peas-notice.md +++ b/.changeset/shaggy-peas-notice.md @@ -6,6 +6,6 @@ fix: remove filepath encoding on asset upload and handle sometimes-encoded characters -Some characters like [ ] @ are encoded by encodeURIComponent() but are often requested at an unencoded filepath. +Some characters like [ ] @ are encoded by encodeURIComponent() but are often requested at an unencoded URL path. This change will make assets with filenames with these characters accessible at both the encoded and unencoded paths, -but use the encoded path as the canonical one. +but to use the encoded path as the canonical one, and to redirect requests to the canonical path if necessary.