Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DrW3RK committed Nov 2, 2024
1 parent c478b4b commit b7996c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
&& rustup target add wasm32-unknown-unknown
- name: Build the Rust WASM app and all of its assets
run: trunk build --public-url ${{ github.event.repository.name }}
run: trunk build

- name: Setup Pages
uses: actions/configure-pages@v2
Expand Down
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/index-64996518a208382e.css" integrity="sha384&#x2D;Lb9Y&#x2F;fX3qtHtIiM9q&#x2B;0Ro67r1xcpm3s6M&#x2F;rj&#x2B;51wMp27&#x2F;fVIrtUVcF30dF0WLh3x"/>
<script nonce="KHIusrWj/uJ/LdhXP1gDWA==">/**
<script nonce="INs9QmXWFEzaAXY0k0YjKg==">/**
* The `@polkadot/extension-dapp` package can be dynamically imported.
* Usually it is wise to use a package manager like npm or yarn to install it as a dependency.
*
Expand Down Expand Up @@ -96,7 +96,7 @@
<title>Polkadot Utils</title>
<link rel="modulepreload" href="/polkadot_utils-7ad23f9fd2b221c8.js" crossorigin=anonymous integrity="sha384-xi7mwxPjLs90PP0rhD7HowjhO9VwuYsBlBK2aSu1aSt4PaR7seUyJcHljOXveSa5"><link rel="preload" href="/polkadot_utils-7ad23f9fd2b221c8_bg.wasm" crossorigin=anonymous integrity="sha384-yBO0vvaiB2Ydm97MmCHJnhWzQr8aTNRSCCvISTWBby9b5CF89Rf9WdV3+RfuVSsQ" as="fetch" type="application/wasm"></head>
<body>
<script type="module" nonce="i6wnlikoAjjso6t5dd/Vrw==">
<script type="module" nonce="Ljmzc1jFnVpA+kQzzPEuVA==">
import init, * as bindings from '/polkadot_utils-7ad23f9fd2b221c8.js';
const wasm = await init('/polkadot_utils-7ad23f9fd2b221c8_bg.wasm');

Expand Down

0 comments on commit b7996c0

Please sign in to comment.