Skip to content

Commit 8677477

Browse files
committed
Try fix datagrid example.
1 parent 6e42a86 commit 8677477

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

MyApp/MyApp.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
<Content Include="Migrations\seed\sample_resume.pdf">
4848
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4949
</Content>
50+
<Content Update="wwwroot\data\weather.json">
51+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
52+
</Content>
5053
</ItemGroup>
5154

5255
<Target Name="tailwind" BeforeTargets="Publish">

MyApp/appsettings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"AllowedHosts": "*",
1212
"AppConfig": {
1313
"LocalBaseUrl": "https://localhost:5001",
14-
"PublicBaseUrl": "https://blazor.web-templates.io"
15-
}
14+
"PublicBaseUrl": "https://blazor-gallery.servicestack.net"
15+
},
16+
"ApiBaseUrl": "https://blazor-gallery.servicestack.net"
1617
}

0 commit comments

Comments
 (0)