Skip to content

Commit

Permalink
docs: minor tweak to README code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongitmail committed Dec 11, 2023
1 parent 6d4d82e commit 2789f32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,10 @@ language versions of your pages.
add a `lang` property specifying your desired languages.

```js
lang: {
default: 'en', // e.g. /about
alternates: ['zh', 'de'] // e.g. /zh/about, /de/about
}
lang: {
default: 'en', // e.g. /about
alternates: ['zh', 'de'] // e.g. /zh/about, /de/about
}
```

The default language will not appear in your URLs (e.g. `/about`). Alternate
Expand Down

0 comments on commit 2789f32

Please sign in to comment.