Skip to content

Commit

Permalink
fix(docs): add missing comma (#2919)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsvs committed Apr 18, 2024
1 parent 6dcbfbb commit 4693ec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/docs/2.guide/3.custom-paths.md
Expand Up @@ -91,12 +91,12 @@ export default defineNuxtConfig({
},
'services/index': {
fr: '/offres',
}
},
'services/advanced': {
fr: '/offres/avancee',
}
}
},
}
})
```

Expand Down Expand Up @@ -232,4 +232,4 @@ export default defineNuxtConfig({
scanPageMeta: true,
}
})
```
```

0 comments on commit 4693ec2

Please sign in to comment.