Skip to content

Commit

Permalink
deploy: 00bd934
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 2, 2023
1 parent d7a558a commit b42f7fa
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 252 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{DEPLOY_CDN}
gallery-unified-static.netcore.io
Binary file modified _framework/Gallery.Unified.Client.pdb.gz
Binary file not shown.
Binary file modified _framework/Gallery.Unified.Client.wasm
Binary file not shown.
Binary file modified _framework/Gallery.Unified.Client.wasm.br
Binary file not shown.
Binary file modified _framework/Gallery.Unified.Client.wasm.gz
Binary file not shown.
9 changes: 2 additions & 7 deletions _framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainAssemblyName": "Gallery.Unified.Client",
"resources": {
"hash": "sha256-3RzeoeID2k3sOsC9Il5Y20nNi7e5SX+5Lf/GK5/mzHo=",
"hash": "sha256-osaBBVcwKpN/00Tf1KWDnphc1la0EqjmEViSjppoIQY=",
"jsModuleNative": {
"dotnet.native.8.0.0-rc.1.23419.4.ebljfje3wy.js": "sha256-OB3SMFoT4gk9/wIBQcRjNXymkeCQlE2dnf0hv4iEznw="
},
Expand All @@ -18,7 +18,7 @@
},
"assembly": {
"Blazor.Extensions.Logging.wasm": "sha256-pW1gbK4WZ1QnwJwpYvw5H2VhdjK8o5+ahloOHqC7a0k=",
"Gallery.Unified.Client.wasm": "sha256-OLpVrqiOdbckro2cDb2h63DLexL7kJGryNO34W+lH1I=",
"Gallery.Unified.Client.wasm": "sha256-oy8s+FjHIwBIP1BcYv7d+OPU/8fOtTAk+Uzwll0JZmQ=",
"Markdig.wasm": "sha256-c9zlrKfcsjBxSy3hrCop9ob9QSzqEHHAQ1MqvcOq4yg=",
"Microsoft.AspNetCore.Authorization.wasm": "sha256-Eu0R87HXXhwXLaL1/ujI8fZSzsuAMe8EcGcolv7Bd/g=",
"Microsoft.AspNetCore.Components.Authorization.wasm": "sha256-3CoL7mhCIh5d5lvkCc1EmbxpPcEY5J+qcV3XZnoOZ28=",
Expand Down Expand Up @@ -116,11 +116,6 @@
"cacheBootResources": true,
"debugLevel": 0,
"linkerEnabled": true,
"appsettings": [
"../appsettings.Development.json",
"../appsettings.json",
"../appsettings.Production.json"
],
"globalizationMode": "sharded",
"extensions": {
"blazor": {}
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 _redirects
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/api/* {DEPLOY_API}/api/:splat 200
/api/* gallery-unified.netcore.io/api/:splat 200
4 changes: 2 additions & 2 deletions appsettings.Production.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"ApiBaseUrl": "https://{DEPLOY_API}"
{
"ApiBaseUrl": "https://gallery-unified.netcore.io"
}
241 changes: 0 additions & 241 deletions index.html

This file was deleted.

0 comments on commit b42f7fa

Please sign in to comment.