diff options
author | 2023-11-30 06:24:51 -0800 | |
---|---|---|
committer | 2023-11-30 22:24:51 +0800 | |
commit | 349afeeb16bb62252e97c0f1abd5381890affceb (patch) | |
tree | 07fba03970f84a822449b9d63298c3345c61fae2 /.changeset/young-trains-shout.md | |
parent | d34dc2c337afa857566730832a760101150954e2 (diff) | |
download | astro-349afeeb16bb62252e97c0f1abd5381890affceb.tar.gz astro-349afeeb16bb62252e97c0f1abd5381890affceb.tar.zst astro-349afeeb16bb62252e97c0f1abd5381890affceb.zip |
[ci] release (#9233)astro@3.6.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset/young-trains-shout.md')
-rw-r--r-- | .changeset/young-trains-shout.md | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/.changeset/young-trains-shout.md b/.changeset/young-trains-shout.md deleted file mode 100644 index 2a635eb1e..000000000 --- a/.changeset/young-trains-shout.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -'astro': patch ---- - -The configuration `i18n.routingStrategy` has been replaced with an object called `routing`. - -```diff -export default defineConfig({ - experimental: { - i18n: { -- routingStrategy: "prefix-always", -+ routing: { -+ prefixDefaultLocale: true, -+ } - } - } -}) -``` - -```diff -export default defineConfig({ - experimental: { - i18n: { -- routingStrategy: "prefix-other-locales", -+ routing: { -+ prefixDefaultLocale: false, -+ } - } - } -}) -``` |