Skip to content

Commit

Permalink
update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
emily-shen committed Sep 20, 2024
1 parent b362754 commit ef87321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/shaggy-peas-notice.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ef87321

Please sign in to comment.