Skip to content

Commit

Permalink
🐛 Try to fix sqlite by removing spa publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
russkyc committed May 27, 2024
1 parent 87d7429 commit 63c2806
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Timely/Timely.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.5" PrivateAssets="all" />
<PackageReference Include="MudBlazor" Version="6.19.1" />
<PackageReference Include="PublishSPAforGitHubPages.Build" Version="2.2.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Timely/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Timely - Time Tracker</title>
<base href="/" />
<base href="/timely/" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="apple-touch-icon" sizes="512x512" href="icon-512.png" />
<link rel="apple-touch-icon" sizes="192x192" href="icon-192.png" />
Expand Down

0 comments on commit 63c2806

Please sign in to comment.