Merge branch 'main' into dotnet-7
commit
f1ca97e5e1
|
@ -6,7 +6,7 @@ Open up ` src/Web/Server/appsettings.Development.json` and `src/Web/Client/wwwro
|
|||
|
||||
```json
|
||||
"PodcastApi": {
|
||||
"BaseAddress": "https://podcastapica.delightfulocean-02c18c32.canadacentral.azurecontainerapps.io"
|
||||
"BaseAddress": "https://podcastapica.ashyhill-df3dfdf5.eastus.azurecontainerapps.io"
|
||||
},
|
||||
"ListenTogetherHub": "https://dotnetpodcasts-listentogether-hub.azurewebsites.net/listentogether"
|
||||
```
|
||||
|
|
|
@ -6,7 +6,7 @@ Open `src/MobileBlazor/mauiapp/MauiProgram.cs` and enter
|
|||
|
||||
```csharp
|
||||
public static string BaseWeb = $"https://dotnetpodcasts.azurewebsites.net/";
|
||||
public static string APIUrl = $"https://podcastapica.delightfulocean-02c18c32.canadacentral.azurecontainerapps.io";
|
||||
public static string APIUrl = $"https://podcastapica.ashyhill-df3dfdf5.eastus.azurecontainerapps.io";
|
||||
public static string ListenTogetherUrl = $"https://dotnetpodcasts-listentogether-hub.azurewebsites.net/listentogether";
|
||||
```
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Open `src/Mobile/Config.cs` and enter
|
|||
|
||||
```csharp
|
||||
public static string BaseWeb = $"https://dotnetpodcasts.azurewebsites.net/";
|
||||
public static string APIUrl = $"https://podcastapica.delightfulocean-02c18c32.canadacentral.azurecontainerapps.io/";
|
||||
public static string APIUrl = $"https://podcastapica.ashyhill-df3dfdf5.eastus.azurecontainerapps.io/";
|
||||
public static string ListenTogetherUrl = $"https://dotnetpodcasts-listentogether-hub.azurewebsites.net/listentogether";
|
||||
```
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ else
|
|||
Description="Turn on to use a dark theme (disabled when using system theme)." IsDisabled="@isSystemTheme"
|
||||
OnChange="@OnDarkThemeChanged" />
|
||||
</div>
|
||||
<p class="settings-developed">Podcasts demo website developed in Blazor</p>
|
||||
<p class="settings-developed">Podcasts demo website developed in <a href="https://blazor.net" target="_blank">Blazor</a> and <a href="https://github.com/microsoft/dotnet-podcasts" target="_blank">Open source on GitHub</a></p>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
|
|
@ -210,21 +210,21 @@
|
|||
</p>
|
||||
<ul class="hero-download">
|
||||
<li>
|
||||
<a href="#" title="Download on the App Store">
|
||||
<a href="https://github.com/microsoft/dotnet-podcasts" title="Download on the App Store">
|
||||
<img src="images/download-app_store.png"
|
||||
alt="Download on the App Store"
|
||||
loading="lazy" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" title="Get it on Google Play">
|
||||
<a href="https://github.com/microsoft/dotnet-podcasts" title="Get it on Google Play">
|
||||
<img src="images/download-google_play.png"
|
||||
alt="Get it on Google Play"
|
||||
loading="lazy" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" title="Get it from Microsoft">
|
||||
<a href="https://github.com/microsoft/dotnet-podcasts" title="Get it from Microsoft">
|
||||
<img src="images/download-microsoft.png"
|
||||
alt="Get it from Microsoft"
|
||||
loading="lazy" />
|
||||
|
@ -386,12 +386,12 @@
|
|||
<a href="#" title="Features" target="_blank">Features</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" title="Powered by .NET" target="_blank">Powered by .NET</a>
|
||||
<a href="" title="Powered by .NET" target="_blank">Powered by .NET</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<p class="copyright">
|
||||
© Copyright 2021. Microsoft
|
||||
© Copyright 2022. Microsoft | <a href="https://github.com/microsoft/dotnet-podcasts" target="_blank">Open source on GitHub</a>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
|
|
Loading…
Reference in New Issue