Skip to content

Commit

Permalink
deploy: 94fd09f
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen committed Sep 25, 2024
1 parent 5463ba5 commit 3efc804
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions assets/index-CvqE6yzO.js → assets/index-pSBudvHw.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
name="description"
content="A Decentralized Web Application template"
/>
<script type="module" crossorigin src="https://tbd54566975.github.io/dwa-demo/assets/index-CvqE6yzO.js"></script>
<link rel="stylesheet" crossorigin href="https://tbd54566975.github.io/dwa-demo/assets/index-B7XNlH5g.css">
<link rel="manifest" href="https://tbd54566975.github.io/dwa-demo/manifest.webmanifest">
<script type="module" crossorigin src="/dwa-demo/assets/index-pSBudvHw.js"></script>
<link rel="stylesheet" crossorigin href="/dwa-demo/assets/index-B7XNlH5g.css">
<link rel="manifest" href="/dwa-demo/manifest.webmanifest">
<meta name="theme-color" content="#ffec19">
<link rel="icon" href="https://tbd54566975.github.io/dwa-demo/favicon.ico" sizes="48x48">
<link rel="icon" href="https://tbd54566975.github.io/dwa-demo/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="apple-touch-icon" href="https://tbd54566975.github.io/dwa-demo/apple-touch-icon-180x180.png"></head>
<link rel="icon" href="/dwa-demo/favicon.ico" sizes="48x48">
<link rel="icon" href="/dwa-demo/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="apple-touch-icon" href="/dwa-demo/apple-touch-icon-180x180.png"></head>
<body>
<div id="root"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"DWA Starter","short_name":"DWA","start_url":"https://tbd54566975.github.io/dwa-demo/","display":"standalone","background_color":"#ffffff","lang":"en","scope":"https://tbd54566975.github.io/dwa-demo/","description":"A Decentralized Web Application template","theme_color":"#ffec19","icons":[{"src":"pwa-64x64.png","sizes":"64x64","type":"image/png"},{"src":"pwa-192x192.png","sizes":"192x192","type":"image/png"},{"src":"pwa-512x512.png","sizes":"512x512","type":"image/png"},{"src":"maskable-icon-512x512.png","sizes":"512x512","type":"image/png","purpose":"maskable"}]}
{"name":"DWA Starter","short_name":"DWA","start_url":"/dwa-demo/","display":"standalone","background_color":"#ffffff","lang":"en","scope":"/dwa-demo/","description":"A Decentralized Web Application template","theme_color":"#ffec19","icons":[{"src":"pwa-64x64.png","sizes":"64x64","type":"image/png"},{"src":"pwa-192x192.png","sizes":"192x192","type":"image/png"},{"src":"pwa-512x512.png","sizes":"512x512","type":"image/png"},{"src":"maskable-icon-512x512.png","sizes":"512x512","type":"image/png","purpose":"maskable"}]}
Loading

0 comments on commit 3efc804

Please sign in to comment.