We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e42a86 commit 8677477Copy full SHA for 8677477
3 files changed
MyApp/MyApp.csproj
@@ -47,6 +47,9 @@
47
<Content Include="Migrations\seed\sample_resume.pdf">
48
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
49
</Content>
50
+ <Content Update="wwwroot\data\weather.json">
51
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
52
+ </Content>
53
</ItemGroup>
54
55
<Target Name="tailwind" BeforeTargets="Publish">
MyApp/appsettings.json
@@ -11,6 +11,7 @@
11
"AllowedHosts": "*",
12
"AppConfig": {
13
"LocalBaseUrl": "https://localhost:5001",
14
- "PublicBaseUrl": "https://blazor.web-templates.io"
15
- }
+ "PublicBaseUrl": "https://blazor-gallery.servicestack.net"
+ },
16
+ "ApiBaseUrl": "https://blazor-gallery.servicestack.net"
17
}
MyApp/Data/weather.json MyApp/wwwroot/data/weather.jsonMyApp/Data/weather.json renamed to MyApp/wwwroot/data/weather.json
0 commit comments