Skip to content

Commit

Permalink
docs: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Aug 20, 2024
1 parent e62dd6c commit 7274212
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,20 +343,12 @@ For example, if you have a page with a slug (`dir1-slug`) and a main page (`inde
Example:

```typescript
import MyModule from '../../../src/module'

export default defineNuxtConfig({
modules: [
MyModule,
],

i18n: {
routesLocaleLinks: {
'dir1-slug': 'index',
},
},

compatibilityDate: '2024-08-16',
})
```

Expand Down

0 comments on commit 7274212

Please sign in to comment.