Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaubree committed Nov 17, 2023
1 parent 2021afc commit 69f2fbd
Show file tree
Hide file tree
Showing 3 changed files with 1,050 additions and 1,150 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@ export default {

You can find a working example in example folder.

### externalSitemaps

- **Type:** `string[]`
- **Default:** `[]`

Array of strings with other sitemaps paths or urls.
```js
generateSitemap({
externalSitemaps: ['sitemap_1', 'sitemap_2', 'subpath/sitemap_3', 'https://site.com/sitemap.xml']
})
```

### outDir

- **Type:** `string`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "8.53.0",
"pkgroll": "2.0.1",
"pnpm": "8.10.5",
"sitemap-ts": "1.5.0",
"sitemap-ts": "1.6.1",
"typescript": "5.2.2",
"vite": "4.5.0",
"vue-tsc": "1.8.22"
Expand Down
Loading

0 comments on commit 69f2fbd

Please sign in to comment.