Testing out some new audio and video equiptment here and decided to share my upgrade from 4.0 to 5.0 experience with some lovely 404's I am running into. Anyone have a moment to see what I am doing wrong here? https://screen.studio/share/XLAjazZg
#404 on content collection pages in Astro 5.0 upgrade
1 messages · Page 1 of 1 (latest)
First of all, that is a great screen recording! I hate hearing myself on video/recordings.
I did notice in your video that your your using params: { id: post.id } for the params inside of a [...slug].astro route. Have you tried changing the name of the route to [...id].astro to match the param?
That was exactly right, thank you @tiny radish ! Again, I had just been stairing at this for so long I knew I was missing some detail.
Thanks for the feedback on the recording!! I hosted and edited a podcast for many years at a company. It took a year or so to get used to my voice, or get over it. 🤣
I also learned that image().refine() is no longer supported.
Awesome! I have done the same thing far more than I care to admit. I just have to force myself to jump to another project and come back later with fresh eyes. Also, thanks for the heads up regarding images. I was just about to port over a project using content collections that relied heavily on image().refine().