Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .agents/skills/triage/comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Generate and return a GitHub comment following the template below.
The **Fix** line in the template has three possible forms. Choose the one that matches the triage outcome:

1. **You created a fix:** Use `I was able to fix this issue.` and include the suggested fix link.
2. **The issue is already fixed on main** (e.g. the user is on an older major version and the bug doesn't reproduce on current main): Use `This issue has already been fixed.` and tell the user how to get the fix (e.g. upgrade). Link the relevant upgrade guide if applicable: [v6](https://v6.docs.astro.build/en/guides/upgrade-to/v6/), [v5](https://docs.astro.build/en/guides/upgrade-to/v5/).
2. **The issue is already fixed on main** (e.g. the user is on an older major version and the bug doesn't reproduce on current main): Use `This issue has already been fixed.` and tell the user how to get the fix (e.g. upgrade). Link the relevant upgrade guide if applicable: [v6](https://docs.astro.build/en/guides/upgrade-to/v6/), [v5](https://docs.astro.build/en/guides/upgrade-to/v5/).
3. **You could not find or create a fix:** Use `I was unable to find a fix for this issue.` and give guidance or a best guess at where the fix might be.

### "Priority" Instructions
Expand Down
2 changes: 1 addition & 1 deletion .changeset/beige-clowns-read.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Removes `entryPoints` on `astro:build:ssr` hook (Integration API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-entrypoints-on-astrobuildssr-hook-integration-api))
Removes `entryPoints` on `astro:build:ssr` hook (Integration API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-entrypoints-on-astrobuildssr-hook-integration-api))
2 changes: 1 addition & 1 deletion .changeset/big-cups-drive.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Deprecates `loadManifest()` and `loadApp()` from `astro/app/node` (Adapter API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-loadmanifest-and-loadapp-from-astroappnode-adapter-api))
Deprecates `loadManifest()` and `loadApp()` from `astro/app/node` (Adapter API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#deprecated-loadmanifest-and-loadapp-from-astroappnode-adapter-api))
2 changes: 1 addition & 1 deletion .changeset/bright-parrots-hear.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Removes session `test` driver - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-session-test-driver))
Removes session `test` driver - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-session-test-driver))
2 changes: 1 addition & 1 deletion .changeset/brown-beds-pay.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ const myService = {
};
```

See the [Image Services API reference documentation](https://v6.docs.astro.build/en/reference/image-service-reference/#getremotesize) for more information.
See the [Image Services API reference documentation](https://docs.astro.build/en/reference/image-service-reference/#getremotesize) for more information.
2 changes: 1 addition & 1 deletion .changeset/busy-olives-chew.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Removes the deprecated `emitESMImage()` function - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-emitesmimage))
Removes the deprecated `emitESMImage()` function - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-emitesmimage))
2 changes: 1 addition & 1 deletion .changeset/clever-clubs-listen.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Deprecates session driver string signature - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-session-driver-string-signature))
Deprecates session driver string signature - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#deprecated-session-driver-string-signature))
2 changes: 1 addition & 1 deletion .changeset/cloudflare-image-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@astrojs/cloudflare": major
---

Changes the default image service from `compile` to `cloudflare-binding`. Image services options that resulted in broken images in development due to Node JS incompatiblities have now been updated to use the noop passthrough image service in dev mode. - ([Cloudflare v13 and Astro6 upgrade guidance](https://v6.docs.astro.build/en/guides/integrations-guide/cloudflare/#changed-imageservice-default))
Changes the default image service from `compile` to `cloudflare-binding`. Image services options that resulted in broken images in development due to Node JS incompatiblities have now been updated to use the noop passthrough image service in dev mode. - ([Cloudflare v13 and Astro6 upgrade guidance](https://docs.astro.build/en/guides/integrations-guide/cloudflare/#changed-imageservice-default))
2 changes: 1 addition & 1 deletion .changeset/cloudflare-image-service-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export default defineConfig({
});
```

See the [Cloudflare adapter `imageService` docs](https://v6.docs.astro.build/en/guides/integrations-guide/cloudflare/#imageservice) for more information about configuring your image service.
See the [Cloudflare adapter `imageService` docs](https://docs.astro.build/en/guides/integrations-guide/cloudflare/#imageservice) for more information about configuring your image service.
2 changes: 1 addition & 1 deletion .changeset/common-signs-punch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Adds support for converting SVGs to raster images (PNGs, WebP, etc) to the default Sharp image service - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-svg-rasterization))
Adds support for converting SVGs to raster images (PNGs, WebP, etc) to the default Sharp image service - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-svg-rasterization))
2 changes: 1 addition & 1 deletion .changeset/cuddly-worlds-beam.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Removes `routes` on `astro:build:done` hook (Integration API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-routes-on-astrobuilddone-hook-integration-api))
Removes `routes` on `astro:build:done` hook (Integration API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-routes-on-astrobuilddone-hook-integration-api))
2 changes: 1 addition & 1 deletion .changeset/custom-prerenderer-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ export function createApp(manifest) {
}
```

See the [adapter reference](https://v6.docs.astro.build/en/reference/adapter-reference/#custom-prerenderer) for more details on implementing a custom prerenderer.
See the [adapter reference](https://docs.astro.build/en/reference/adapter-reference/#custom-prerenderer) for more details on implementing a custom prerenderer.

2 changes: 1 addition & 1 deletion .changeset/cyan-crews-cross.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Removes the old `app.render()` signature (Adapter API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-old-apprender-signature-adapter-api))
Removes the old `app.render()` signature (Adapter API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-old-apprender-signature-adapter-api))
2 changes: 1 addition & 1 deletion .changeset/dance-ornate-keen.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Astro v6.0 upgrades to Zod v4 for schema validation - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#zod-4))
Astro v6.0 upgrades to Zod v4 for schema validation - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#zod-4))
2 changes: 1 addition & 1 deletion .changeset/deep-states-talk.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Updates how schema types are inferred for content loaders with schemas (Loader API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-schema-types-are-inferred-instead-of-generated-content-loader-api))
Updates how schema types are inferred for content loaders with schemas (Loader API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-schema-types-are-inferred-instead-of-generated-content-loader-api))
2 changes: 1 addition & 1 deletion .changeset/drop-cjs-config-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Removes support for CommonJS config files - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-support-for-commonjs-config-files))
Removes support for CommonJS config files - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-support-for-commonjs-config-files))
2 changes: 1 addition & 1 deletion .changeset/dull-mangos-travel.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Removes `prefetch()` `with` option - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-prefetch-with-option))
Removes `prefetch()` `with` option - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-prefetch-with-option))
2 changes: 1 addition & 1 deletion .changeset/encoding-static-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Removes support for routes with percent-encoded percent signs (e.g. `%25`) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-percent-encoding-in-routes))
Removes support for routes with percent-encoded percent signs (e.g. `%25`) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-percent-encoding-in-routes))
2 changes: 1 addition & 1 deletion .changeset/fast-bushes-fall.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Deprecates `Astro` in `getStaticPaths()` - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-astro-in-getstaticpaths))
Deprecates `Astro` in `getStaticPaths()` - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#deprecated-astro-in-getstaticpaths))
2 changes: 1 addition & 1 deletion .changeset/fresh-rocks-sing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Removes the option to define dynamic schemas in content loaders as functions and adds a new equivalent `createSchema()` property (Loader API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-schema-function-signature-content-loader-api))
Removes the option to define dynamic schemas in content loaders as functions and adds a new equivalent `createSchema()` property (Loader API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-schema-function-signature-content-loader-api))
2 changes: 1 addition & 1 deletion .changeset/giant-areas-press.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Updates trailing slash behavior of endpoint URLs - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-endpoints-with-a-file-extension-cannot-be-accessed-with-a-trailing-slash))
Updates trailing slash behavior of endpoint URLs - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-endpoints-with-a-file-extension-cannot-be-accessed-with-a-trailing-slash))
2 changes: 1 addition & 1 deletion .changeset/good-camels-pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
'astro': major
---

Updates Markdown heading ID generation - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-markdown-heading-id-generation))
Updates Markdown heading ID generation - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-markdown-heading-id-generation))
2 changes: 1 addition & 1 deletion .changeset/green-garlics-heal.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Deprecates `import.meta.env.ASSETS_PREFIX` - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-importmetaenvassets_prefix))
Deprecates `import.meta.env.ASSETS_PREFIX` - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#deprecated-importmetaenvassets_prefix))
2 changes: 1 addition & 1 deletion .changeset/heavy-beers-unite.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ export default defineConfig({
});
```

See the [NPM font provider reference documentation](https://v6.docs.astro.build/en/reference/font-provider-reference/#npm) for more details.
See the [NPM font provider reference documentation](https://docs.astro.build/en/reference/font-provider-reference/#npm) for more details.
2 changes: 1 addition & 1 deletion .changeset/honest-deer-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Changes the values allowed in `params` returned by `getStaticPaths()` - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-getstaticpaths-cannot-return-params-of-type-number))
Changes the values allowed in `params` returned by `getStaticPaths()` - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-getstaticpaths-cannot-return-params-of-type-number))
2 changes: 1 addition & 1 deletion .changeset/hot-eyes-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ export default defineConfig({
});
```

For more information on enabling and using this feature in your project, see the [experimental queued rendering docs](https://v6.docs.astro.build/en/reference/experimental-flags/queued-rendering/) for more details.
For more information on enabling and using this feature in your project, see the [experimental queued rendering docs](https://docs.astro.build/en/reference/experimental-flags/queued-rendering/) for more details.
2 changes: 1 addition & 1 deletion .changeset/kind-hairs-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Changes TypeScript configuration - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-typescript-configuration))
Changes TypeScript configuration - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-typescript-configuration))
2 changes: 1 addition & 1 deletion .changeset/kind-pears-behave.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
'@astrojs/language-server': patch
---

Removes the previously deprecated `Astro.glob()` - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-astroglob))
Removes the previously deprecated `Astro.glob()` - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-astroglob))
2 changes: 1 addition & 1 deletion .changeset/late-carrots-cough.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Removes the ability to render Astro components in Vitest client environments - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-astro-components-cannot-be-rendered-in-vitest-client-environments-container-api))
Removes the ability to render Astro components in Vitest client environments - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-astro-components-cannot-be-rendered-in-vitest-client-environments-container-api))
2 changes: 1 addition & 1 deletion .changeset/legacy-collections-backwards-compat-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'astro': patch
---

Adds `legacy.collectionsBackwardsCompat` flag that restores v5 backwards compatibility behavior for legacy content collections - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#legacy-content-collections-backwards-compatibility))
Adds `legacy.collectionsBackwardsCompat` flag that restores v5 backwards compatibility behavior for legacy content collections - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#legacy-content-collections-backwards-compatibility))

When enabled, this flag allows:
- Collections defined without loaders (automatically get glob loader)
Expand Down
2 changes: 1 addition & 1 deletion .changeset/light-parrots-find.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Deprecates `createExports()` and `start()` (Adapter API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-createexports-and-start-adapter-api))
Deprecates `createExports()` and `start()` (Adapter API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#deprecated-createexports-and-start-adapter-api))
2 changes: 1 addition & 1 deletion .changeset/many-banks-hammer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': minor
---

Removes the `experimental.fonts` flag and replaces it with a new configuration option `fonts` - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#experimental-flags))
Removes the `experimental.fonts` flag and replaces it with a new configuration option `fonts` - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#experimental-flags))
2 changes: 1 addition & 1 deletion .changeset/new-areas-yawn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Removes the `workerEntryPoint` option, which wasn't used anymore. Set the `main` field of your wrangler config instead

See [how to migrate](https://v6.docs.astro.build/en/guides/integrations-guide/cloudflare/#changed-custom-entrypoint-api)
See [how to migrate](https://docs.astro.build/en/guides/integrations-guide/cloudflare/#changed-custom-entrypoint-api)
2 changes: 1 addition & 1 deletion .changeset/polite-terms-shop.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Deprecates `NodeApp` from `astro/app/node` (Adapter API) - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-nodeapp-from-astroappnode-adapter-api))
Deprecates `NodeApp` from `astro/app/node` (Adapter API) - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#deprecated-nodeapp-from-astroappnode-adapter-api))
2 changes: 1 addition & 1 deletion .changeset/pretty-forks-smash.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Removes the `handleForms` prop for the `<ClientRouter />` component - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-handleforms-prop-for-the-clientrouter--component))
Removes the `handleForms` prop for the `<ClientRouter />` component - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-handleforms-prop-for-the-clientrouter--component))
2 changes: 1 addition & 1 deletion .changeset/puny-poems-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
'astro': major
---

Increases minimum Node.js version to 22.12.0 - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#node-22))
Increases minimum Node.js version to 22.12.0 - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#node-22))
2 changes: 1 addition & 1 deletion .changeset/rich-horses-begin.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Removes the deprecated `<ViewTransitions />` component - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-viewtransitions--component))
Removes the deprecated `<ViewTransitions />` component - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-viewtransitions--component))
2 changes: 1 addition & 1 deletion .changeset/route-data-breaking.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Removes `RouteData.generate` from the Integration API - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#removed-routedatagenerate-adapter-api))
Removes `RouteData.generate` from the Integration API - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#removed-routedatagenerate-adapter-api))
2 changes: 1 addition & 1 deletion .changeset/rust-compiler-experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export default defineConfig({

This new compiler is still in early development and may exhibit some differences compared to the existing Go-based compiler. Notably, this compiler is generally more strict in regard to invalid HTML syntax and may throw errors in cases where the Go-based compiler would have been more lenient. For example, unclosed tags (e.g. `<p>My paragraph`) will now result in errors.

For more information about using this experimental feature in your project, especially regarding expected differences and limitations, please see the [experimental Rust compiler reference docs](https://v6.docs.astro.build/en/reference/experimental-flags/rust-compiler/). To give feedback on the compiler, or to keep up with its development, see the [RFC for a new compiler for Astro](https://github.com/withastro/roadmap/discussions/1306) for more information and discussion.
For more information about using this experimental feature in your project, especially regarding expected differences and limitations, please see the [experimental Rust compiler reference docs](https://docs.astro.build/en/reference/experimental-flags/rust-compiler/). To give feedback on the compiler, or to keep up with its development, see the [RFC for a new compiler for Astro](https://github.com/withastro/roadmap/discussions/1306) for more information and discussion.
2 changes: 1 addition & 1 deletion .changeset/sad-lines-hear.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Changes the default routing configuration value of `i18n.routing.redirectToDefaultLocale` from `true` to `false` - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#changed-i18nroutingredirecttodefaultlocale-default-value))
Changes the default routing configuration value of `i18n.routing.redirectToDefaultLocale` from `true` to `false` - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#changed-i18nroutingredirecttodefaultlocale-default-value))
2 changes: 1 addition & 1 deletion .changeset/sad-teams-end.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'astro': major
---

Deprecates exposed `astro:transitions` internals - ([v6 upgrade guidance](https://v6.docs.astro.build/en/guides/upgrade-to/v6/#deprecated-exposed-astrotransitions-internals))
Deprecates exposed `astro:transitions` internals - ([v6 upgrade guidance](https://docs.astro.build/en/guides/upgrade-to/v6/#deprecated-exposed-astrotransitions-internals))
Loading