Skip to content

Commit

Permalink
Deploying to gh-pages from @ 23af91c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
suxrobGM committed Aug 1, 2024
1 parent f135146 commit 38aad77
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<base href="/blazor-form-builder/" />
<link rel="icon" type="image/png" href="favicon.png" />
<!-- <link href="_content/FormBuilder/css/app.css" rel="stylesheet" />-->
<link href="_content/Radzen.Blazor/css/standard-base.css" rel="stylesheet" /> <!-- Radzen CSS, specified explicitly for GitHub Pages -->
<link href="_content/Radzen.Blazor/css/material-base.css" rel="stylesheet" /> <!-- Radzen CSS, specified explicitly for GitHub Pages -->
<link href="_content/FormBuilder/css/bootstrap/bootstrap.min.css" rel="stylesheet" /> <!-- Bootstrap 5 CSS, specified explicitly for GitHub Pages -->
<link href="css/app.css" rel="stylesheet" />
<link href="FormBuilder.DesignerApp.styles.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion _content/FormBuilder/css/app.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import "/_content/Radzen.Blazor/css/standard-base.css";
@import "/_content/Radzen.Blazor/css/material-base.css";
@import "/_content/FormBuilder/css/bootstrap/bootstrap.min.css";
Binary file modified _framework/FormBuilder.DesignerApp.pdb.gz
Binary file not shown.
Binary file modified _framework/FormBuilder.DesignerApp.wasm
Binary file not shown.
Binary file modified _framework/FormBuilder.DesignerApp.wasm.br
Binary file not shown.
Binary file modified _framework/FormBuilder.DesignerApp.wasm.gz
Binary file not shown.
Binary file modified _framework/FormBuilder.Shared.pdb.gz
Binary file not shown.
Binary file modified _framework/FormBuilder.Shared.wasm
Binary file not shown.
Binary file modified _framework/FormBuilder.Shared.wasm.br
Binary file not shown.
Binary file modified _framework/FormBuilder.Shared.wasm.gz
Binary file not shown.
Binary file modified _framework/FormBuilder.pdb.gz
Binary file not shown.
Binary file modified _framework/FormBuilder.wasm
Binary file not shown.
Binary file modified _framework/FormBuilder.wasm.br
Binary file not shown.
Binary file modified _framework/FormBuilder.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": "FormBuilder.DesignerApp",
"resources": {
"hash": "sha256-RoeG7M6K4+acXSTYAiCQLOiLIbzvPJcUIdcdD0qEUjw=",
"hash": "sha256-QO1e2IZWhuUzxJMs/44eL2mC51grYxjWsQWFQYJqaf0=",
"jsModuleNative": {
"dotnet.native.8.0.7.sy51k63m6a.js": "sha256-EVGOQfWsQdDL8HWoHlQF8hq2wndDY0772tR/cA+SlAM="
},
Expand All @@ -17,9 +17,9 @@
"icudt_no_CJK.dat": "sha256-L7sV7NEYP37/Qr2FPCePo5cJqRgTXRwGHuwF5Q+0Nfs="
},
"assembly": {
"FormBuilder.DesignerApp.wasm": "sha256-hNc3WLYA9oi0BT4P1jR1hLQpYzzscUmxALbRtVOtHd4=",
"FormBuilder.Shared.wasm": "sha256-xZNTGAiMZUgQ+MDXSrAWPKZIuikrTXJx7JGjsi+PYeQ=",
"FormBuilder.wasm": "sha256-a857qc6hN5Yw/5FMDB4z3zbuLIwL+YWFQcz3HRQzS2E=",
"FormBuilder.DesignerApp.wasm": "sha256-h1XIi93+AvwDvDDnqPFmMOxYb2e+4rQP/TbTcwLsB4A=",
"FormBuilder.Shared.wasm": "sha256-iuZHxI5/i71jGQRrjf7e5BL+d+nyIm2fB6xE2ppI2Xw=",
"FormBuilder.wasm": "sha256-WeoNOzkDyAwbaoRzv8FVBhfY2RK5tORbRL7BYjhXvmk=",
"Humanizer.wasm": "sha256-4NbSboZzzP9nikRtXapUZNzOyITt7ht9TNqCIQHr5OE=",
"Microsoft.AspNetCore.Components.Forms.wasm": "sha256-8+GP8sUuFhXNMn9m0iWawXbNnFcCPm3t8AErALlVl7M=",
"Microsoft.AspNetCore.Components.wasm": "sha256-AP1v2E3r90cGmKmjXj45NQ3l8d9579ApuGoPBd8fXz8=",
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 @@ -8,7 +8,7 @@
<base href="/blazor-form-builder/" />
<link rel="icon" type="image/png" href="favicon.png" />
<!-- <link href="_content/FormBuilder/css/app.css" rel="stylesheet" />-->
<link href="_content/Radzen.Blazor/css/standard-base.css" rel="stylesheet" /> <!-- Radzen CSS, specified explicitly for GitHub Pages -->
<link href="_content/Radzen.Blazor/css/material-base.css" rel="stylesheet" /> <!-- Radzen CSS, specified explicitly for GitHub Pages -->
<link href="_content/FormBuilder/css/bootstrap/bootstrap.min.css" rel="stylesheet" /> <!-- Bootstrap 5 CSS, specified explicitly for GitHub Pages -->
<link href="css/app.css" rel="stylesheet" />
<link href="FormBuilder.DesignerApp.styles.css" rel="stylesheet" />
Expand Down

0 comments on commit 38aad77

Please sign in to comment.