Skip to content

Commit

Permalink
fix how to use dynamicRoutes in README.md (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
uewtwo committed Apr 21, 2023
1 parent 81adb3b commit 3350270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const names = [
'Dana',
]
const dynamicRoutes = names.map(name => `/names/${name}`)
Sitemap({ dynamicRoutes })
generateSitemap({ dynamicRoutes })
```

### exclude
Expand Down

0 comments on commit 3350270

Please sign in to comment.