mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
ebe414f05b
* Resolve sitemap URLs in relation to full site path Fixes #2422 * Test generated sitemap contains base directory in URLs * Add changeset * test: Add `clean` helper to loaded fixture API Adds a method that when called will remove the loaded fixture’s dist directory using `rimraf`. * test: Clean up between sitemap/RSS tests * See if letting rimraf retry more helps… * Add logging to double check nothing’s running in parallel * Remove logging & double check clean up actually succeeds * Try using basic Node.js to clean up dist * Remove logging/checks * Remove stray unnecessary `async` keyword
5 lines
75 B
Markdown
5 lines
75 B
Markdown
---
|
|
"astro": patch
|
|
---
|
|
|
|
Resolve sitemap URLs in relation to full site path
|