-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Lenster to Hey rebrand * manifest fix * Hey links to lowercase * lenster id to Hey id * Supportd old Lenster LensShare links via next.js redirects and fix functional tests --------- Co-authored-by: Cesare Naldi <[email protected]>
- Loading branch information
1 parent
549eb09
commit 94fe3f4
Showing
8 changed files
with
83 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"appId": "Hey", | ||
"name": "Hey", | ||
"description": "Hey is a composable, decentralized, and permission-less social media web app built with Lens Protocol 🌿", | ||
"platform": "web", | ||
"icon": { | ||
"url": "https://hey.xyz/logo.png", | ||
"background": "#000" | ||
}, | ||
"routes": { | ||
"home": "https://hey.xyz/", | ||
"profile": { | ||
"url": "https://hey.xyz/u/:handle" | ||
}, | ||
"publication": { | ||
"url": "https://hey.xyz/posts/:id", | ||
"supports": ["ARTICLE", "AUDIO", "EMBED", "IMAGE", "LINK", "TEXT_ONLY", "VIDEO"] | ||
} | ||
}, | ||
"twitter": "heydotxyz" | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters