diff options
author | 2024-02-21 08:43:22 +0100 | |
---|---|---|
committer | 2024-02-21 07:43:22 +0000 | |
commit | ec7d2ebbd96b8c2dfdadaf076bbf7953007536ed (patch) | |
tree | 8635d90dde451e9171e1c5a64181a30c7b215fa9 /pnpm-lock.yaml | |
parent | 9001d063aeb19677ba556c2890e4b8b9513fd6de (diff) | |
download | astro-ec7d2ebbd96b8c2dfdadaf076bbf7953007536ed.tar.gz astro-ec7d2ebbd96b8c2dfdadaf076bbf7953007536ed.tar.zst astro-ec7d2ebbd96b8c2dfdadaf076bbf7953007536ed.zip |
fix(sitemap): url when rest parameter is used in page file names (#9975)
* fix(sitemap): url when rest parameter is used in page file names
* Update .changeset/sour-ties-sparkle.md
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
* Apply suggestions from code review
---------
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9ff7f3fa7..a6e62986d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4577,6 +4577,15 @@ importers: specifier: 0.6.2 version: 0.6.2 + packages/integrations/sitemap/test/fixtures/dynamic: + dependencies: + '@astrojs/sitemap': + specifier: workspace:* + version: link:../../.. + astro: + specifier: workspace:* + version: link:../../../../../astro + packages/integrations/sitemap/test/fixtures/ssr: dependencies: '@astrojs/sitemap': |