Hi, I am going through the build a blog tutorial in the astro docs, and up to the step where I generate tag pages, everything has worked perfectly. The site is working great, I have created 4 posts that are copied from the tutorial steps and I did not modify any of the tags. The step to build the tag pages is very simple, create the pages/tags/[tag].astro file and paste the text from the example. When I do this, all of the tag pages are created and routing works, but the pages do not display any content. I have gone over the code files repeatedly and can't find the problem, curious if anyone has run into this or have any advice on how to better troubleshoot it? Thanks!
#problems with generating tag pages
5 messages · Page 1 of 1 (latest)
Please provide the repository that reproduce your issue.
Without seeing your [tag].astro file it’s hard to help much, but my guess would be that you’re perhaps missing a layout or your layout is incomplete/incorrect — your tag page template needs to return a complete HTML page to render properly.
@charred sparrow @solemn idol Thank you so much for your support and I apologize for my delayed response, I had to go out of town but I am back at it
I think I found the issue , I am verifying now and will post back here once I have got it working or am stuck, please disregard for now thank you!