Skip to content

Commit 6058b75

Browse files
committed
Deploying to gh-pages from @ 814c2d0 🚀
1 parent f3244b5 commit 6058b75

13 files changed

Lines changed: 46 additions & 3 deletions

404.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Single Page Apps for GitHub Pages</title>
6+
<script type="text/javascript">
7+
// This script takes the current url and converts the path and query
8+
// string into just a query string, and then redirects the browser
9+
// to the new url with only a query string and hash fragment
10+
11+
// If you're creating a Project Pages site and NOT using a custom domain,
12+
// then set pathSegmentsToKeep to 1 (enterprise users may need to set it to > 1).
13+
// This way the code will only replace the route part of the path, and not
14+
// the real directory in which the app resides, for example:
15+
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
16+
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
17+
// Otherwise, leave pathSegmentsToKeep as 0.
18+
var pathSegmentsToKeep = 1;
19+
20+
var l = window.location;
21+
l.replace(
22+
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
23+
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
24+
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
25+
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
26+
l.hash
27+
);
28+
29+
</script>
30+
</head>
31+
<body>
32+
</body>
33+
</html>

404.html.br

480 Bytes
Binary file not shown.

404.html.gz

666 Bytes
Binary file not shown.
152 KB
Binary file not shown.
42.5 KB
Binary file not shown.
54.2 KB
Binary file not shown.
-42.7 KB
Binary file not shown.

_framework/blazor.boot.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"mainAssemblyName": "9cWebMarket.Frontend",
33
"resources": {
4-
"hash": "sha256-z4Hl/3b4RC86wS/eNsseS2vRMqKhnyRoxHKXP8Mw/Lc=",
4+
"hash": "sha256-rrB/Vypx6EsOelyazrHaeTzQ+clN0a7YTkVzTMhtUek=",
55
"fingerprinting": {
66
"Bencodex.n7i3v0d4iw.wasm": "Bencodex.wasm",
77
"Bencodex.Json.0nbeswxk3j.wasm": "Bencodex.Json.wasm",
@@ -129,7 +129,7 @@
129129
"System.t8xd33e5pv.wasm": "System.wasm",
130130
"netstandard.rfct2odkng.wasm": "netstandard.wasm",
131131
"System.Private.CoreLib.qgax5x5uhf.wasm": "System.Private.CoreLib.wasm",
132-
"9cWebMarket.Frontend.t6qbyapbv7.wasm": "9cWebMarket.Frontend.wasm",
132+
"9cWebMarket.Frontend.leg1gibtrl.wasm": "9cWebMarket.Frontend.wasm",
133133
"dotnet.native.82maiqqbfn.js": "dotnet.native.js",
134134
"dotnet.native.v5838jl2em.wasm": "dotnet.native.wasm",
135135
"dotnet.js": "dotnet.js",
@@ -281,7 +281,7 @@
281281
"System.Web.HttpUtility.513mxxev0n.wasm": "sha256-2T3F3wFyrYJQ1LvjQG0hMX4FQeerxw5OB+oj/cwtHbM=",
282282
"System.t8xd33e5pv.wasm": "sha256-jdi196RMQvJqOZVnwRK7DGSWJifChhgNljcOjGeHSUY=",
283283
"netstandard.rfct2odkng.wasm": "sha256-N1avs2hAeUxG+kewJOWNwITHqe/AnFIQKCTKEdElJSE=",
284-
"9cWebMarket.Frontend.t6qbyapbv7.wasm": "sha256-VXMqGacOCU0Xl7V7PFmo597OY2eFJebRMKN0ZFLPBDc="
284+
"9cWebMarket.Frontend.leg1gibtrl.wasm": "sha256-TZFstBn3lTtvHbnIKABCwG47peV508dq3fMyZpXiqkI="
285285
}
286286
},
287287
"cacheBootResources": true,

_framework/blazor.boot.json.br

10 Bytes
Binary file not shown.

_framework/blazor.boot.json.gz

-4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)