Save
@ -25,12 +25,12 @@
|
|||||||
<PackageReference Include="Microsoft.Web.Administration" Version="11.1.0" />
|
<PackageReference Include="Microsoft.Web.Administration" Version="11.1.0" />
|
||||||
<PackageReference Include="SendGrid" Version="9.29.3" />
|
<PackageReference Include="SendGrid" Version="9.29.3" />
|
||||||
<PackageReference Include="SixLabors.Fonts" Version="2.0.6" />
|
<PackageReference Include="SixLabors.Fonts" Version="2.0.6" />
|
||||||
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
|
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
|
||||||
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.4" />
|
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.4" />
|
||||||
<PackageReference Include="SixLabors.ImageSharp.Web" Version="3.1.3" />
|
<PackageReference Include="SixLabors.ImageSharp.Web" Version="3.1.3" />
|
||||||
<PackageReference Include="System.Drawing.Common" Version="8.0.10" />
|
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
|
||||||
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
||||||
<PackageReference Include="WebMarkupMin.AspNetCore8" Version="2.18.0" />
|
<PackageReference Include="WebMarkupMin.AspNetCoreLatest" Version="2.18.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@ -4,7 +4,7 @@ using CatherineLynwood.Middleware;
|
|||||||
using CatherineLynwood.Services;
|
using CatherineLynwood.Services;
|
||||||
using Microsoft.AspNetCore.ResponseCompression;
|
using Microsoft.AspNetCore.ResponseCompression;
|
||||||
|
|
||||||
using WebMarkupMin.AspNetCore8;
|
using WebMarkupMin.AspNetCoreLatest;
|
||||||
|
|
||||||
namespace CatherineLynwood
|
namespace CatherineLynwood
|
||||||
{
|
{
|
||||||
@ -46,7 +46,9 @@ namespace CatherineLynwood
|
|||||||
builder.Services.AddWebMarkupMin(options =>
|
builder.Services.AddWebMarkupMin(options =>
|
||||||
{
|
{
|
||||||
options.AllowMinificationInDevelopmentEnvironment = true;
|
options.AllowMinificationInDevelopmentEnvironment = true;
|
||||||
}).AddHtmlMinification();
|
})
|
||||||
|
.AddHtmlMinification();
|
||||||
|
|
||||||
|
|
||||||
var app = builder.Build();
|
var app = builder.Build();
|
||||||
|
|
||||||
|
|||||||
BIN
CatherineLynwood/wwwroot/images/jpg/the-alpha-flame-8-400.jpg
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
CatherineLynwood/wwwroot/images/the-alpha-flame-8.png
Normal file
|
After Width: | Height: | Size: 5.7 MiB |
BIN
CatherineLynwood/wwwroot/images/webp/the-alpha-flame-8-288.webp
Normal file
|
After Width: | Height: | Size: 166 KiB |
BIN
CatherineLynwood/wwwroot/images/webp/the-alpha-flame-8-384.webp
Normal file
|
After Width: | Height: | Size: 293 KiB |
BIN
CatherineLynwood/wwwroot/images/webp/the-alpha-flame-8-400.webp
Normal file
|
After Width: | Height: | Size: 316 KiB |
BIN
CatherineLynwood/wwwroot/images/webp/the-alpha-flame-8-496.webp
Normal file
|
After Width: | Height: | Size: 475 KiB |
BIN
CatherineLynwood/wwwroot/images/webp/the-alpha-flame-8-600.webp
Normal file
|
After Width: | Height: | Size: 676 KiB |
BIN
CatherineLynwood/wwwroot/images/webp/the-alpha-flame-8-700.webp
Normal file
|
After Width: | Height: | Size: 896 KiB |
BIN
CatherineLynwood/wwwroot/images/webp/the-alpha-flame-8-960.webp
Normal file
|
After Width: | Height: | Size: 1.5 MiB |