[UXIT-2951][filecoin.io V3] Migrate Blog Posts + Assets - Replace absolute links - Part 1 [skip percy]#2185
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
There was a problem hiding this comment.
Pull request overview
This pull request systematically replaces absolute links to Filecoin blog posts with relative paths across blog content files. The changes convert links from https://filecoin.io/blog/posts/... to /blog/... format, improving maintainability and reducing coupling to the domain name. This is Part 1 of a two-part refactoring effort, focusing specifically on links containing /posts/ in their path.
Changes:
- Converted absolute blog post URLs to relative paths across 150+ markdown files
- Updated links in both Chinese (zh-cn) and English (en) blog posts
- Maintained link functionality while improving code maintainability
Reviewed changes
Copilot reviewed 200 out of 200 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| apps/filecoin-site/content/blog/posts/zh-cn/*.md | Updated Chinese blog posts with relative links |
| apps/filecoin-site/content/blog/posts/en/*.md | Updated English blog posts with relative links |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CharlyMartin
left a comment
There was a problem hiding this comment.
Great! Good to go!
📝 Description
This PR replaces all absolute links in
filecoin-site/content/blogthat pointed tohttps://filecoin.io/blog/posts/...with relative paths/blog/....NOTE: A follow-up PR will handle the remaining
https://filecoin.io/blog/... links (without/posts/in the path).