0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-24 23:21:57 -05:00

[docs] config-reference typo (#9094)

This commit is contained in:
Sarah Rainsberger 2023-11-13 20:52:09 -04:00 committed by GitHub
parent 9294c7535d
commit 554017b66a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1500,7 +1500,7 @@ export interface AstroUserConfig {
* The following example configures your content fallback strategy to redirect unavailable pages in `/pt-br/` to their `es` version, and unavailable pages in `/fr/` to their `en` version. Unavailable `/es/` pages will return a 404.
*
* ```js
* export defualt defineConfig({
* export default defineConfig({
* experimental: {
* i18n: {
* defaultLocale: "en",