Open censujiang opened 3 months ago
As the title suggests, only sitemap_index.xml is cached
https://stackblitz.com/edit/nuxt-starter-s4npgl?file=nuxt.config.ts
As long as I set up sitemap caching, all sitemap pages need to be cached to the correct drive, not to memory. If this is not the case, it will cause memory leaks when running on Bun.
No response
đ The bug
As the title suggests, only sitemap_index.xml is cached
đ ī¸ To reproduce
https://stackblitz.com/edit/nuxt-starter-s4npgl?file=nuxt.config.ts
đ Expected behavior
As long as I set up sitemap caching, all sitemap pages need to be cached to the correct drive, not to memory. If this is not the case, it will cause memory leaks when running on Bun.
âšī¸ Additional context
No response