Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6843918 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov committed Mar 9, 2024
1 parent 3201e89 commit 3d04429
Show file tree
Hide file tree
Showing 17 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<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>
<title>Pure.DI Blazor WebAssembly example</title>
<base href="/Pure.DI/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
Expand Down
Binary file modified _framework/BlazorWebAssemblyApp.pdb.gz
Binary file not shown.
Binary file modified _framework/BlazorWebAssemblyApp.wasm
Binary file not shown.
Binary file modified _framework/BlazorWebAssemblyApp.wasm.br
Binary file not shown.
Binary file modified _framework/BlazorWebAssemblyApp.wasm.gz
Binary file not shown.
Binary file modified _framework/Clock.pdb.gz
Binary file not shown.
Binary file modified _framework/Clock.wasm
Binary file not shown.
Binary file modified _framework/Clock.wasm.br
Binary file not shown.
Binary file modified _framework/Clock.wasm.gz
Binary file not shown.
Binary file modified _framework/WeatherForecast.pdb.gz
Binary file not shown.
Binary file modified _framework/WeatherForecast.wasm
Binary file not shown.
Binary file modified _framework/WeatherForecast.wasm.br
Binary file not shown.
Binary file modified _framework/WeatherForecast.wasm.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "BlazorWebAssemblyApp",
"resources": {
"hash": "sha256-Zb1AfNAgHfz09z2/IVzDAu+A58f1BTLZwy3mUgt3+Uo=",
"hash": "sha256-AMDlSP5Ja2ssFtXm8TI+/hCMmVMA46/U7edIG5h/WS4=",
"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-xD1mNpzJaTA/SckEU7UEBfPSpqIT5qMP1mHWFRpKESs=",
"Clock.wasm": "sha256-C0yNQAgwXJE5tStNR8QsjPiEt/UsYZh0t86pUDuJ8ak=",
"BlazorWebAssemblyApp.wasm": "sha256-GFMfqJ9DqZ3kRO7T30VcRQMi1QpWVx43062NdyTl6Mk=",
"Clock.wasm": "sha256-e9CFnHV6lxkJemkEsA1UXWYiy1z5pT7dKUEia+ypTXU=",
"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-fx+ZlBa5d0G1y2nCazaT31RB3vO2YW4CTLU68jnyopc="
"WeatherForecast.wasm": "sha256-VCrIVx+NpNyM31RHs5grPZ6wC71wwG/wEdBrLxJkZVs="
}
},
"cacheBootResources": true,
Expand Down
Binary file modified _framework/blazor.boot.json.br
Binary file not shown.
Binary file modified _framework/blazor.boot.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<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>
<title>Pure.DI Blazor WebAssembly example</title>
<base href="/Pure.DI/" />
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />
Expand Down

0 comments on commit 3d04429

Please sign in to comment.