Skip to content

fix: simplified component logic and removed external scraping requests#1784

Merged
whitep4nth3r merged 3 commits intonpmx-dev:feat/atproto-blog-fefrom
Kai-ros:fix/bug_broken-author-handle
Mar 1, 2026
Merged

fix: simplified component logic and removed external scraping requests#1784
whitep4nth3r merged 3 commits intonpmx-dev:feat/atproto-blog-fefrom
Kai-ros:fix/bug_broken-author-handle

Conversation

@Kai-ros
Copy link
Copy Markdown
Contributor

@Kai-ros Kai-ros commented Mar 1, 2026

🔗 Linked issue

bug fix for #1094

🧭 Context

  • Modified the component inputs to these fields:
export interface FederatedArticleInput {
  url: string
  title: string
  authorHandle: string
  description: string
}
  • Removed the meta tag scraping requests and opted for the pre-existing useBlueskyAuthorProfiles() instead

📚 Description

image

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
npmx.dev Error Error Mar 1, 2026 3:46pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs.npmx.dev Ignored Ignored Preview Mar 1, 2026 3:46pm
npmx-lunaria Ignored Ignored Mar 1, 2026 3:46pm

Request Review

Comment thread app/pages/blog/alpha-release.md Outdated
Comment thread app/pages/blog/alpha-release.md Outdated
Comment thread nuxt.config.ts
'/recharging': { prerender: true },
// proxy for insights
'/blog/**': { isr: true, prerender: true },
'/blog/**': { prerender: true },
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a good benefit of removing the scraping!

@whitep4nth3r whitep4nth3r merged commit 5020b4a into npmx-dev:feat/atproto-blog-fe Mar 1, 2026
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants