Skip to content

Commit 8e6b7f9

Browse files
committed
CSS fixes round 2
1 parent f17bd0d commit 8e6b7f9

4 files changed

Lines changed: 7846 additions & 102 deletions

File tree

Web/Web.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
1+
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -8,6 +8,7 @@
88

99
<ItemGroup>
1010
<Content Remove="compilerconfig.json" />
11+
<Content Remove="wwwroot\favicon.ico" />
1112
</ItemGroup>
1213

1314
<ItemGroup>
@@ -16,6 +17,13 @@
1617

1718
<ItemGroup>
1819
<None Include="compilerconfig.json" />
20+
<None Include="wwwroot\android-chrome-192x192.png" />
21+
<None Include="wwwroot\android-chrome-512x512.png" />
22+
<None Include="wwwroot\apple-touch-icon.png" />
23+
<None Include="wwwroot\favicon-16x16.png" />
24+
<None Include="wwwroot\favicon-32x32.png" />
25+
<None Include="wwwroot\favicon.ico" />
26+
<None Include="wwwroot\site.webmanifest" />
1927
</ItemGroup>
2028

2129
<ItemGroup>

0 commit comments

Comments
 (0)