File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed
Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11import * as z from 'zod' ;
22
3+ const url = z . string ( ) . url ( ) ;
4+
35export default z . object ( {
46 PUBLIC_VAR_REOWN_PROJECT_ID : z . string ( ) ,
7+ PUBLIC_VAR_OG_IMAGE_URL : url . optional ( ) ,
58} ) ;
Original file line number Diff line number Diff line change 11<!doctype html>
22< html lang ="en ">
3- < head >
3+ < head >
44 < meta charset ="UTF-8 " />
5- < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
65 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < title > Shielding dApp</ title >
6+ < meta name ="description " content ="Privacy for all crypto. ">
7+ < link rel ="icon " type ="image/svg+xm " href ="/favicon.svg ">
8+ < title > Common Web App</ title >
9+
10+ < meta property ="og:title " content ="Common Web App " />
11+ < meta property ="og:description " content ="Privacy for all crypto. " />
12+ < meta property ="og:image " content ="%PUBLIC_VAR_OG_IMAGE_URL% " />
13+
14+ < meta name ="twitter:title " content ="Common Web App ">
15+ < meta name ="twitter:description " content ="Privacy for all crypto. ">
16+ < meta name ="twitter:image " content ="%PUBLIC_VAR_OG_IMAGE_URL% ">
17+
818 </ head >
919 < body >
1020 < div id ="root "> </ div >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments