We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e824950 commit ea047ffCopy full SHA for ea047ff
src/Umbraco.Cms.Integrations.Search.Algolia/Umbraco.Cms.Integrations.Search.Algolia.csproj
@@ -4,6 +4,7 @@
4
<Nullable>enable</Nullable>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<StaticWebAssetBasePath>/App_Plugins/Algolia</StaticWebAssetBasePath>
7
+ <AddRazorSupportForMvc>true</AddRazorSupportForMvc>
8
<CompressionEnabled>false</CompressionEnabled>
9
<EnableDefaultContentItems>false</EnableDefaultContentItems>
10
</PropertyGroup>
@@ -48,4 +49,4 @@
48
49
<Target Name="ClientAssetsBuildOutputPath" BeforeTargets="ClientAssetsBuild">
50
<WriteLinesToFile File="Client\config.outputPath.js" Lines="export const outputPath = '../wwwroot';" Overwrite="true" />
51
</Target>
-</Project>
52
+</Project>
0 commit comments