Skip to content

Commit aaaca82

Browse files
committed
Disabled previous features to get the site working again when deployed
1 parent 0ea6b30 commit aaaca82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/ProgrammerAl.Site/ProgrammerAl.Site/ProgrammerAl.Site.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@
4141
<NuGetAuditLevel>low</NuGetAuditLevel>
4242
</PropertyGroup>
4343
<PropertyGroup>
44-
<PublishTrimmed>true</PublishTrimmed>
45-
<TrimMode>full</TrimMode>
44+
<!--<PublishTrimmed>true</PublishTrimmed>
45+
<TrimMode>full</TrimMode>-->
4646

47-
<!--Disable Localization-->
47+
<!--Disable Localization--><!--
4848
<InvariantGlobalization>true</InvariantGlobalization>
4949
<InvariantTimezone>true</InvariantTimezone>
5050
<BlazorEnableTimeZoneSupport>false</BlazorEnableTimeZoneSupport>
5151
52-
<!--Disable WASM Exception Handling-->
53-
<WasmEnableExceptionHandling>false</WasmEnableExceptionHandling>
52+
--><!--Disable WASM Exception Handling--><!--
53+
<WasmEnableExceptionHandling>false</WasmEnableExceptionHandling>-->
5454
</PropertyGroup>
5555
</Project>

0 commit comments

Comments
 (0)