File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727 <component type =" typeof(ConnectionState)" render-mode =" Static" />
2828
29- <script src =" js/cb.admin.panel.spa.min.js" asp-append-version = " true " ></script >
29+ <script src =" js/cb.admin.panel.spa.min.js" ></script >
3030 <script src =" _framework/blazor.server.js" ></script >
3131</body >
3232</html >
Original file line number Diff line number Diff line change 118118 },
119119 "Optimization" : {
120120 "Enabled" : true ,
121- "EnableCaching" : true ,
122- "EnableMemoryCache" : true ,
121+ "EnableCaching" : false ,
122+ "EnableMemoryCache" : false ,
123123 "EnableDiskCache" : false ,
124- "AllowEmptyBundle" : true
124+ "AllowEmptyBundle" : false
125125 },
126126 "Hangfire" : {
127127 "SchedulePollingIntervalSeconds" : 15000 ,
Original file line number Diff line number Diff line change 44@inject ApplicationSettings ApplicationSettings
55
66<HeadContent >
7- <link href =" css/cb.website.spa.@(LocalizationSettings.GetCurrentLanguageDirection().ToLower()).min.css" rel =" stylesheet" asp-append-version = " true " />
7+ <link href =" css/cb.website.spa.@(LocalizationSettings.GetCurrentLanguageDirection().ToLower()).min.css" rel =" stylesheet" />
88</HeadContent >
99
1010<SplashScreen BrandName =" @ApplicationSettings.Localized.Name" BackgroundCssClass =" simple-layout-dark-bg" ProgressBarCssClass =" simple-layout-title-color" OnStarted =" HandleSplashStarted" />
Original file line number Diff line number Diff line change 2626
2727 <component type =" typeof(ConnectionState)" render-mode =" ServerPrerendered" />
2828
29- <script src =" js/cb.webapp.spa.min.js" asp-append-version = " true " ></script >
29+ <script src =" js/cb.webapp.spa.min.js" ></script >
3030 <script src =" _framework/blazor.server.js" ></script >
3131</body >
3232</html >
Original file line number Diff line number Diff line change 118118 },
119119 "Optimization" : {
120120 "Enabled" : true ,
121- "EnableCaching" : true ,
122- "EnableMemoryCache" : true ,
121+ "EnableCaching" : false ,
122+ "EnableMemoryCache" : false ,
123123 "EnableDiskCache" : false ,
124- "AllowEmptyBundle" : true
124+ "AllowEmptyBundle" : false
125125 },
126126 "Monitoring" : {
127127 "Service" : {
You can’t perform that action at this time.
0 commit comments