Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Oct 16, 2024
1 parent e8299ac commit 308779a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ self.externalAssets = [
"url": "/"
},
{
"url": "_framework\/blazor.web.js"
"url": "_framework/blazor.web.js?v=9.0.0-rc.2.24474.3"
},
{
"url": "Bit.BlazorUI.Demo.Server.styles.css"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ self.externalAssets = [
"url": "app.css"
},
{
"url": "_framework/blazor.web.js"
"url": "_framework/blazor.web.js?v=9.0.0-rc.2.24474.3"
},
{
"url": "Bit.Bswup.NewDemo.styles.css"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ self.externalAssets = [
"url": "app.css"
},
{
"url": "_framework\/blazor.web.js"
"url": "_framework/blazor.web.js?v=9.0.0-rc.2.24474.3"
},
{
"url": "Bit.Bswup.NewDemo.styles.css"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ self.externalAssets = [
"url": "/"
},
{
url: "_framework/blazor.web.js"
url: "_framework/blazor.web.js?v=9.0.0-rc.2.24474.3"
},
{
"url": "Boilerplate.Server.Web.styles.css"
Expand Down

0 comments on commit 308779a

Please sign in to comment.