diff options
Diffstat (limited to '.changeset/shaggy-shoes-leave.md')
-rw-r--r-- | .changeset/shaggy-shoes-leave.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.changeset/shaggy-shoes-leave.md b/.changeset/shaggy-shoes-leave.md deleted file mode 100644 index a92abed9f..000000000 --- a/.changeset/shaggy-shoes-leave.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': minor ---- - -Standardize trailing subpath behavior in config. - -Most users are not aware of the subtle differences between `/foo` and `/foo/`. Internally, we have to handle both which means that we are constantly worrying about the format of the URL, needing to add/remove trailing slashes when we go to work with this property, etc. This change transforms all `site` values to use a trailing slash internally, which should help reduce bugs for both users and maintainers.
\ No newline at end of file |