Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
Isfirs committed Oct 10, 2022
1 parent 564f868 commit 480057f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html><html lang="en"><head>
<link rel="preload" href="/yew-test/yew-test-c3edde2018a11ceb_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/yew-test/yew-test-c3edde2018a11ceb.js"></head>
<link rel="preload" href="./yew-test-c3edde2018a11ceb_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="./yew-test-c3edde2018a11ceb.js"></head>
<body>
<script type="module">import init from '/yew-test/yew-test-c3edde2018a11ceb.js';init('/yew-test/yew-test-c3edde2018a11ceb_bg.wasm');</script><script>(function () {
<script type="module">import init from './yew-test-c3edde2018a11ceb.js';init('./yew-test-c3edde2018a11ceb_bg.wasm');</script><script>(function () {
var protocol = window.location.protocol === 'https:' ? 'wss:' : 'ws:';
var url = protocol + '//' + window.location.host + '/_trunk/ws';
var poll_interval = 5000;
Expand Down

0 comments on commit 480057f

Please sign in to comment.