Skip to content

Commit

Permalink
#7156 Next changes
Browse files Browse the repository at this point in the history
  • Loading branch information
exileDev committed Apr 26, 2024
1 parent 8ef4caf commit e83c2e3
Showing 1 changed file with 3 additions and 0 deletions.
@@ -1,4 +1,5 @@
using FluentMigrator;
using Microsoft.AspNetCore.Http.Features;
using Nop.Core.Configuration;
using Nop.Core.Infrastructure;
using Nop.Data;
Expand All @@ -21,6 +22,8 @@ public override void Up()
var rootDir = fileProvider.MapPath("~/");
var woConfig = new WebOptimizerConfig
{
CdnUrl = string.Empty,
HttpsCompression = HttpsCompressionMode.Compress,
EnableTagHelperBundling = false,
EnableCaching = true,
EnableDiskCache = true,
Expand Down

0 comments on commit e83c2e3

Please sign in to comment.