Skip to content

Commit

Permalink
Deploying to gh-pages from @ b24cdd0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Mar 8, 2024
1 parent 23dca64 commit 8e6d8c5
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion wwwroot/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>BlazorWebAssemblyApp</title>
<base href="/BlazorWebAssemblyApp" />
<base href="/Pure.DI/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="favicon.png" />
Expand Down
Binary file modified wwwroot/_framework/BlazorWebAssemblyApp.pdb.gz
Binary file not shown.
Binary file modified wwwroot/_framework/BlazorWebAssemblyApp.wasm
Binary file not shown.
Binary file modified wwwroot/_framework/BlazorWebAssemblyApp.wasm.br
Binary file not shown.
Binary file modified wwwroot/_framework/BlazorWebAssemblyApp.wasm.gz
Binary file not shown.
Binary file modified wwwroot/_framework/Clock.pdb.gz
Binary file not shown.
Binary file modified wwwroot/_framework/Clock.wasm
Binary file not shown.
Binary file modified wwwroot/_framework/Clock.wasm.br
Binary file not shown.
Binary file modified wwwroot/_framework/Clock.wasm.gz
Binary file not shown.
Binary file modified wwwroot/_framework/WeatherForecast.pdb.gz
Binary file not shown.
Binary file modified wwwroot/_framework/WeatherForecast.wasm
Binary file not shown.
Binary file modified wwwroot/_framework/WeatherForecast.wasm.br
Binary file not shown.
Binary file modified wwwroot/_framework/WeatherForecast.wasm.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions wwwroot/_framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "BlazorWebAssemblyApp",
"resources": {
"hash": "sha256-tMNTUjHIjc6lwMiR3/o7OwL7eveklpyrR3rfyePfOJA=",
"hash": "sha256-y23FsRitX2IPyyqoy4y3WFpFIU5DyvoZ5NsTJ0KmzIQ=",
"jsModuleNative": {
"dotnet.native.8.0.2.jgt5nhn140.js": "sha256-gPMK16QWoJSTxorlZJqcVtbBRTniIQWlLsJN2O4cJHg="
},
Expand All @@ -17,8 +17,8 @@
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs="
},
"assembly": {
"BlazorWebAssemblyApp.wasm": "sha256-K0e7E+LXAMH+3n/rJubpH/9kIap9/J62ytHFmy/2POQ=",
"Clock.wasm": "sha256-vbZHQk1BXSlbwthjXgdHIBcqtmcGN7yzjYFBLMejn/I=",
"BlazorWebAssemblyApp.wasm": "sha256-SIAYy00ZDM+osx4IJQ2OPvkaEIUGDE09eZsLrCJPcrA=",
"Clock.wasm": "sha256-/9/St9jhbBNbLjip5VP9jcyWVlAoLdX11V++2wgaccQ=",
"Microsoft.AspNetCore.Components.wasm": "sha256-x3srcI7E3TmEqHiT58l+yQ/0GggI5n1E54qjrH2KJjk=",
"Microsoft.AspNetCore.Components.Web.wasm": "sha256-ivj7kxN8rrhTm1UV0H7dhsOewu6rhATFU2ZAG/YKLvA=",
"Microsoft.AspNetCore.Components.WebAssembly.wasm": "sha256-mgrYiMJHZDCl/Afya8Fq7TNBB/C0j3eoT7hJUWLYgXQ=",
Expand Down Expand Up @@ -53,7 +53,7 @@
"System.Text.Json.wasm": "sha256-vSrOYpmmPgi77KE2qnFRE6co1o8GvQqTipehiTXYWWg=",
"System.Text.RegularExpressions.wasm": "sha256-W20q/uEUAv0A+F6irUkY0pCZJo76wNuWpz3XgcLFB2M=",
"System.Threading.wasm": "sha256-ExcURYyPn8mZ+IHhKw5Q02l+we0kCYT9z6SiVl85asg=",
"WeatherForecast.wasm": "sha256-yPnPI+9OfDfP4HjIgP1Z6Cg9OFGbzK+7yQi/vUnLZWI="
"WeatherForecast.wasm": "sha256-2K7neX39n/Ck1Aa/bXdq4dZ8cJGEdag3pL5Gerox9Pk="
}
},
"cacheBootResources": true,
Expand Down
Binary file modified wwwroot/_framework/blazor.boot.json.br
Binary file not shown.
Binary file modified wwwroot/_framework/blazor.boot.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>BlazorWebAssemblyApp</title>
<base href="/BlazorWebAssemblyApp" />
<base href="/Pure.DI/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="favicon.png" />
Expand Down

0 comments on commit 8e6d8c5

Please sign in to comment.