- Aug 04, 2025Building Scheduled Posts for Astro SSR Sites with GitHub ActionsLearn how to add scheduled post functionality to your Astro SSR site using GitHub Actions for daily rebuilds. This approach keeps your site performant while enabling content to go live automatically on scheduled dates.
- astro
- github-actions
- vercel
- +3 more
- Aug 01, 2025Fixing Astro Sitemap Generation in SSR ModeLearn how to create a custom sitemap endpoint for Astro SSR sites when the official sitemap integration can't discover your dynamic content. This solution generates sitemaps on-demand with all your blog posts, projects, and tags.
- astro
- seo
- ssr
- +1 more