Skip to content

Commit

Permalink
enable delete loading contents
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderJames committed Oct 13, 2022
1 parent 99f9d56 commit db85458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/AntDesign.Docs.Wasm/AntDesign.Docs.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@
</ItemGroup>

<PropertyGroup>
<BlazorWasmPrerenderingDeleteLoadingContents>true</BlazorWasmPrerenderingDeleteLoadingContents>
<BlazorWasmPrerenderingUrlPathToExplicitFetch>/en-US/;/zh-CN/</BlazorWasmPrerenderingUrlPathToExplicitFetch>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BlazorWasmPreRendering.Build" Version="1.0.0-preview.28.0" />
<PackageReference Include="BlazorWasmPreRendering.Build" Version="1.0.0-preview.28.0" PrivateAssets="all" />
</ItemGroup>

<Target Name="CopyDocs" BeforeTargets="Build">
Expand Down

0 comments on commit db85458

Please sign in to comment.