diff options
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, -+ } - } - } -}) -``` |