Skip to content

Commit

Permalink
Deploying to gh-pages from @ ce316f5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Mar 17, 2024
1 parent 6bd3222 commit da8c7dc
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 7 deletions.
Binary file modified _framework/Angor.Client.dll
Binary file not shown.
Binary file modified _framework/Angor.Client.dll.br
Binary file not shown.
Binary file modified _framework/Angor.Client.dll.gz
Binary file not shown.
Binary file modified _framework/Angor.Client.pdb.gz
Binary file not shown.
Binary file modified _framework/Angor.Shared.dll
Binary file not shown.
Binary file modified _framework/Angor.Shared.dll.br
Binary file not shown.
Binary file modified _framework/Angor.Shared.dll.gz
Binary file not shown.
Binary file modified _framework/Angor.Shared.pdb.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"linkerEnabled": true,
"resources": {
"assembly": {
"Angor.Client.dll": "sha256-pRTloxlHQZdczDnVPXYOT2O2YYUKbNFlLZ5+SM37Q+c=",
"Angor.Shared.dll": "sha256-ZyCRpVZFgYRmBKUhBME+FzfvtdMq0lfzR67d3Fddrn8=",
"Angor.Client.dll": "sha256-WvFnStnnVBlgMStnzOPEZfa+7MBZWV9v1tmW\/QmiK+c=",
"Angor.Shared.dll": "sha256-A8NZ0gHDKXt2AVR6bGp1G3OJVSBJbf62\/jU1ZcoCzGA=",
"Blazored.LocalStorage.dll": "sha256-eXVgTw72kEn74FZgDQbLtvAmXbiZDSj5gzUnxVmwowQ=",
"Blazored.SessionStorage.dll": "sha256-zB1Pp8w\/ys0ZXs5YTb\/t+cNAnJQcBDXxTtF3gtgpXT8=",
"Blockcore.dll": "sha256-uCwkkqmfXiIoMQhXkNDWFebAsWZauhm9A7tu5SGo7bM=",
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.
8 changes: 4 additions & 4 deletions service-worker-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"url": "_framework\/icudt.dat"
},
{
"hash": "sha256-mC9zdTHDI6HyjMH8GG7vJpQnaoK+agI7NeWbGiNTetg=",
"hash": "sha256-KA2E6ZVk7tpVldiBHQHRk\/3DN8+JOYbRJ9+PHhbCjNQ=",
"url": "_framework\/blazor.boot.json"
},
{
"hash": "sha256-pRTloxlHQZdczDnVPXYOT2O2YYUKbNFlLZ5+SM37Q+c=",
"hash": "sha256-WvFnStnnVBlgMStnzOPEZfa+7MBZWV9v1tmW\/QmiK+c=",
"url": "_framework\/Angor.Client.dll"
},
{
"hash": "sha256-ZyCRpVZFgYRmBKUhBME+FzfvtdMq0lfzR67d3Fddrn8=",
"hash": "sha256-A8NZ0gHDKXt2AVR6bGp1G3OJVSBJbf62\/jU1ZcoCzGA=",
"url": "_framework\/Angor.Shared.dll"
},
{
Expand Down Expand Up @@ -633,5 +633,5 @@
"url": "ServiceWorkerRegister.js"
}
],
"version": "K2U8kqoe"
"version": "ciM0kSAy"
};
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ async function onFetch(event) {

return cachedResponse || fetch(event.request);
}
/* Manifest version: K2U8kqoe */
/* Manifest version: ciM0kSAy */

0 comments on commit da8c7dc

Please sign in to comment.