Skip to content

Commit

Permalink
Important changes phase 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Oct 30, 2024
1 parent 7a5e83d commit d1174b6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/todo-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
env:
ServerAddress: ${{ env.SERVER_ADDRESS }}
WebAppRender.BlazorMode: BlazorWebAssembly
WebAppRender.PreRenderEnabled: true
WebAppRender.PrerenderEnabled: true
ApplicationInsights.ConnectionString: ${{ secrets.APPLICATION_INSIGHTS_CONNECTION_STRING }}
AdsPushVapid.PublicKey: ${{ secrets.TODO_PUBLIC_VAPIDKEY }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

@if (HttpContext.Request.IsCrawlerClient() is false)
{
<Script src="_framework/blazor.web.js" autostart="false"></Script>
<Script src="_framework/blazor.web.js?v=9.0.0-rc.2.24474.3" autostart="false"></Script>
@if (AppRenderMode.PwaEnabled)
{
<Script src="_content/Bit.Bswup/bit-bswup.js"></Script>
Expand Down

0 comments on commit d1174b6

Please sign in to comment.