mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
ec7d2ebbd9
* 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>
9 lines
170 B
JSON
9 lines
170 B
JSON
{
|
|
"name": "@test/sitemap-dynamic",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"astro": "workspace:*",
|
|
"@astrojs/sitemap": "workspace:*"
|
|
}
|
|
}
|