Skip to content

Commit

Permalink
feat: add preview img
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed May 29, 2023
1 parent c94e191 commit 0f89db2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![zkSync Plus](https://zkplus.io/preview.jpg)

# zkSync Plus
zkSync Plus is a unique wallet dapp that brings the best of zkSync Era∎ and zkSync Lite under one friendly user interface. Crafted with an emphasis on a seamless user experience, zkSync Plus allows you to easily manage your tokens. It's your go-to interface to interact with both versions of zkSync, ensuring a smooth and efficient process every step of the way.

Expand Down
22 changes: 22 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,28 @@ export default defineNuxtConfig({
href: "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap",
},
],
meta: [
{
property: "og:image",
content: "https://zkplus.io/preview.jpg",
},
{
property: "og:image:type",
content: "image/jpeg",
},
{
property: "og:image:width",
content: "1200",
},
{
property: "og:image:height",
content: "630",
},
{
property: "og:image:alt",
content: "zkSync Plus",
},
],
},
},
plugins: [],
Expand Down
Binary file added public/preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0f89db2

Please sign in to comment.