Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .changeset/diffhub-npm-homepage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"diffhub": patch
---

Point the npm homepage and author at blode.co

The published package sent `homepage` to the GitHub readme and carried no
`author` at all, so the npm page linked nowhere near blode.co/diffhub, which is
the page that actually documents the product.

Search Console has DiffHub earning 38 of the domain's 85 clicks over 90 days,
all of it from `cmux *` queries. The npm page is one of the highest-authority
surfaces this project has, and it was pointing away from the site it belongs to.
3 changes: 2 additions & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
"github",
"pr"
],
"homepage": "https://github.com/mblode/diffhub#readme",
"homepage": "https://blode.co/diffhub",
"license": "MIT",
"author": "Matthew Blode <m@blode.co> (https://blode.co)",
"repository": {
"type": "git",
"url": "https://github.com/mblode/diffhub"
Expand Down
Loading