deps(deps): bump @astrojs/sitemap from 3.4.2 to 3.5.0
Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.4.2 to 3.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/withastro/astro/releases"><code>@astrojs/sitemap</code>'s releases</a>.</em></p>
<blockquote>
<h2><code>@astrojs/sitemap</code><a href="https://github.com/3"><code>@3</code></a>.5.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/13682">#13682</a> <a href="https://github.com/withastro/astro/commit/5824b32c5cc5d58c1138e408a05d1be18924c711"><code>5824b32</code></a> Thanks <a href="https://github.com/gouravkhunger"><code>@gouravkhunger</code></a>! - Adds a <code>customSitemaps</code> option to include extra sitemaps in the <code>sitemap-index.xml</code> file generated by Astro.</p>
<p>This is useful for multi-framework setups on the same domain as your Astro site (<code>example.com</code>), such as a blog at <code>example.com/blog</code> whose sitemap is generated by another framework.</p>
<p>The following example shows configuring your Astro site to include sitemaps for an externally-generated blog and help center along with the generated sitemap entries in <code>sitemap-index.xml</code>:</p>
<p>Example:</p>
<pre lang="js"><code>import { defineConfig } from 'astro/config';
import sitemap from '@astrojs/sitemap';
<p>export default defineConfig({
site: '<a href="https://example.com">https://example.com</a>',
integrations: [
sitemap({
customSitemaps: [
'https://example.com/blog/sitemap.xml',
'https://example.com/helpcenter/sitemap.xml',
],
}),
],
});
</code></pre></p>
<p>Learn more in the <a href="https://docs.astro.build/en/guides/integrations-guide/sitemap/#configuration"><code>@astrojs/sitemap</code> configuration documentation</a>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md"><code>@astrojs/sitemap</code>'s changelog</a>.</em></p>
<blockquote>
<h2>3.5.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/withastro/astro/pull/13682">#13682</a> <a href="https://github.com/withastro/astro/commit/5824b32c5cc5d58c1138e408a05d1be18924c711"><code>5824b32</code></a> Thanks <a href="https://github.com/gouravkhunger"><code>@gouravkhunger</code></a>! - Adds a <code>customSitemaps</code> option to include extra sitemaps in the <code>sitemap-index.xml</code> file generated by Astro.</p>
<p>This is useful for multi-framework setups on the same domain as your Astro site (<code>example.com</code>), such as a blog at <code>example.com/blog</code> whose sitemap is generated by another framework.</p>
<p>The following example shows configuring your Astro site to include sitemaps for an externally-generated blog and help center along with the generated sitemap entries in <code>sitemap-index.xml</code>:</p>
<p>Example:</p>
<pre lang="js"><code>import { defineConfig } from 'astro/config';
import sitemap from '@astrojs/sitemap';
<p>export default defineConfig({
site: '<a href="https://example.com">https://example.com</a>',
integrations: [
sitemap({
customSitemaps: [
'https://example.com/blog/sitemap.xml',
'https://example.com/helpcenter/sitemap.xml',
],
}),
],
});
</code></pre></p>
<p>Learn more in the <a href="https://docs.astro.build/en/guides/integrations-guide/sitemap/#configuration"><code>@astrojs/sitemap</code> configuration documentation</a>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/withastro/astro/commit/a186848c34615dab5816df3bd8962ba16314f2b9"><code>a186848</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap/issues/14217">#14217</a>)</li>
<li><a href="https://github.com/withastro/astro/commit/cad3cc65836b4e43fe420ebe0dbf1d54f8f28f36"><code>cad3cc6</code></a> [ci] format</li>
<li><a href="https://github.com/withastro/astro/commit/5824b32c5cc5d58c1138e408a05d1be18924c711"><code>5824b32</code></a> feat(<code>@astro/sitemap</code>): custom sitemaps (<a href="https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap/issues/13682">#13682</a>)</li>
<li>See full diff in <a href="https://github.com/withastro/astro/commits/@astrojs/sitemap@3.5.0/packages/integrations/sitemap">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
authored by