Skip to content

Commit

Permalink
Update Blazor sample: enable content optimization.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZarehD committed Dec 8, 2023
1 parent 8fb98e7 commit 0c7c04c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Samples/BlazorSSG/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
{
app.GenerateStaticPages(
app.Environment.WebRootPath,
exitWhenDone: true,
dontOptimizeContent: true);
exitWhenDone: true);
}
}

Expand Down

0 comments on commit 0c7c04c

Please sign in to comment.