Skip to content

Commit 6de9e86

Browse files
committed
update manifest & social preview
1 parent 3563b89 commit 6de9e86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

functions/[[accountId]]/widget/[[index]].js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class NoscriptDescriptionInjector {
7676
}
7777

7878
function defaultData() {
79-
const image = "https://near.social/assets/logo.png";
79+
const image = "https://i.ibb.co/h7VbWxZ/logo.png";
8080
const title = "Hyperfiles";
8181
const description =
8282
"Organize everything. Easily compose between different apps and data types. 🔗🗂️🗃️";

public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
content="Organize everything. Easily compose between different apps and data types. 🔗🗂️🗃️"
1717
/>
1818
<meta name="twitter:card" content="summary_large_image" />
19-
<meta name="twitter:site" content="@NearSocial_" />
20-
<meta property="og:image" content="https://near.social/logo.png" />
19+
<meta name="twitter:site" content="@HyperfilesOrg" />
20+
<meta property="og:image" content="https://i.ibb.co/h7VbWxZ/logo.png" />
2121
<meta property="og:type" content="website" />
2222
<meta property="og:title" content="Hyperfiles" />
2323
<meta

0 commit comments

Comments
 (0)