mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
fix: standardize URLs to www.markdown.fast to resolve RSS feed validation errors
This commit is contained in:
@@ -8,7 +8,7 @@ tags: ["configuration", "setup", "fork", "tutorial"]
|
||||
readTime: "4 min read"
|
||||
featured: true
|
||||
layout: "sidebar"
|
||||
featuredOrder: 0
|
||||
featuredOrder: 3
|
||||
authorName: "Markdown"
|
||||
authorImage: "/images/authors/markdown.png"
|
||||
image: "/images/forkconfig.png"
|
||||
|
||||
@@ -8,6 +8,7 @@ tags: ["updates", "community", "ai"]
|
||||
readTime: "2 min read"
|
||||
featured: true
|
||||
featuredOrder: 0
|
||||
image: /images/1225-changelog.png
|
||||
excerpt: "Thank you for the stars, forks, and feedback. More AI-first publishing features are coming."
|
||||
authorName: "Wayne Sutton"
|
||||
authorImage: "/images/authors/markdown.png"
|
||||
@@ -29,6 +30,4 @@ Recent additions include tag pages, related posts, and improved AI service integ
|
||||
|
||||
## Keep building
|
||||
|
||||
Write markdown. Sync from the terminal. Your content appears instantly. That's the goal.
|
||||
|
||||
Happy holidays.
|
||||
|
||||
@@ -6,7 +6,7 @@ slug: "how-to-publish"
|
||||
published: true
|
||||
tags: ["tutorial", "markdown", "cursor", "IDE", "publishing"]
|
||||
readTime: "3 min read"
|
||||
featured: true
|
||||
featured: false
|
||||
featuredOrder: 3
|
||||
authorName: "Markdown"
|
||||
authorImage: "/images/authors/markdown.png"
|
||||
|
||||
@@ -8,6 +8,21 @@ layout: "sidebar"
|
||||
|
||||
All notable changes to this project.
|
||||
|
||||
## v1.28.1
|
||||
|
||||
Released December 25, 2025
|
||||
|
||||
**RSS feed validation fixes**
|
||||
|
||||
- Standardized all URLs to `www.markdown.fast` across the application
|
||||
- Fixed `atom:link rel="self"` attribute mismatch that caused RSS validation failures
|
||||
- Updated `index.html` meta tags (og:url, og:image, twitter:domain, twitter:url, twitter:image, JSON-LD)
|
||||
- Updated `convex/rss.ts` and `convex/http.ts` SITE_URL constants to use www.markdown.fast
|
||||
- Updated `public/robots.txt`, `public/openapi.yaml`, and `public/llms.txt` with www URLs
|
||||
- RSS exclusions already present in `netlify.toml` for botMeta edge function
|
||||
|
||||
All URL references now consistently use `https://www.markdown.fast`. RSS feed `rel="self"` attribute now matches actual feed URL. Build passes successfully.
|
||||
|
||||
## v1.28.0
|
||||
|
||||
Released December 25, 2025
|
||||
|
||||
Reference in New Issue
Block a user