Skip to content

Commit

Permalink
try another thing
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-3 committed Aug 23, 2024
1 parent 2f2688e commit dd39d0a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@



<script type="module" nonce="SQpvXdaItpRqnmj1/RbL8Q==">
<script type="module" nonce="WjNcC1Alvflj55DjljaR5w==">
import init, * as bindings from 'https://kent-3.github.io/secret-leptos/secret-leptos-be051fb97ba0dfaf.js';
const wasm = await init('https://kent-3.github.io/secret-leptos/secret-leptos-be051fb97ba0dfaf_bg.wasm');

Expand Down
10 changes: 5 additions & 5 deletions dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"name": "Secret Leptos",
"icons": [
{
"src": "/icons/scrt-black.svg",
"src": "/secret-leptos/icons/scrt-black.svg",
"type": "image/svg+xml",
"sizes": "148x148",
"purpose": "any"
},
{
"src": "/icons/scrt-black-192.png",
"src": "/secret-leptos/icons/scrt-black-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/icons/scrt-black-512.png",
"src": "/secret-leptos/icons/scrt-black-512.png",
"type": "image/png",
"sizes": "512x512"
}
Expand All @@ -28,13 +28,13 @@
"description": "ho ho ho",
"screenshots": [
{
"src": "/images/screenshot2.png",
"src": "/secret-leptos/images/screenshot2.png",
"type": "image/png",
"sizes": "540x720",
"form_factor": "narrow"
},
{
"src": "/images/screenshot1.png",
"src": "/secret-leptos/images/screenshot1.png",
"type": "image/png",
"sizes": "720x540",
"form_factor": "wide"
Expand Down
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"name": "Secret Leptos",
"icons": [
{
"src": "/icons/scrt-black.svg",
"src": "/secret-leptos/icons/scrt-black.svg",
"type": "image/svg+xml",
"sizes": "148x148",
"purpose": "any"
},
{
"src": "/icons/scrt-black-192.png",
"src": "/secret-leptos/icons/scrt-black-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/icons/scrt-black-512.png",
"src": "/secret-leptos/icons/scrt-black-512.png",
"type": "image/png",
"sizes": "512x512"
}
Expand All @@ -28,13 +28,13 @@
"description": "ho ho ho",
"screenshots": [
{
"src": "/images/screenshot2.png",
"src": "/secret-leptos/images/screenshot2.png",
"type": "image/png",
"sizes": "540x720",
"form_factor": "narrow"
},
{
"src": "/images/screenshot1.png",
"src": "/secret-leptos/images/screenshot1.png",
"type": "image/png",
"sizes": "720x540",
"form_factor": "wide"
Expand Down

0 comments on commit dd39d0a

Please sign in to comment.