Skip to content

Commit

Permalink
Fix a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Nov 30, 2023
1 parent 9525bf9 commit 640ed53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
".NET",
".NET Aspire"
],
"zone_pivot_group_filename": "zones/zone-pivot-groups.json",
"zone_pivot_group_filename": "aspire/zones/zone-pivot-groups.json",
"show_latex": true,
"uhfHeaderId": "MSDocsHeader-DotNet",
"_displayLangs": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
else
{
app.UseExceptionHandler("/Error", createScopeForErrors: true);
// The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts.
// The default HSTS value is 30 days. You may want to change this for
// production scenarios, see https://aka.ms/aspnetcore-hsts.
app.UseHsts();
}

Expand Down

0 comments on commit 640ed53

Please sign in to comment.