Closed arunsathiya closed 2 months ago
For example, Day One caused a build failure:
https://vercel.com/arun-s/portfolio/9fLiAiMkk4FWRFiJBzdLctkvk6oQ?filter=errors
Cause is, duplicate posts with different dates but same slug:
Fixed in 7cc3fdf4326935489032205be6e8b63e02abce60
For example, if a post is created with a wrong date, updating the date, creates a new content entry file within the astro project. This breaks, because astro rightly does not allow duplicate slugs. This should be handled at build time.