We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6619149 commit 056c1baCopy full SHA for 056c1ba
DevSpaceWeb/Data/Config.cs
@@ -55,7 +55,7 @@ public string GetPublicUrl()
55
public string GetIconOrDefault(bool usePng = false)
56
{
57
if (!HasIcon)
58
- return "https://cdn.fluxpoint.dev/devspace/instance_icon." + (usePng ? "png" : "webp");
+ return "https://cdn.fluxpoint.dev/devspace/cloudfrost-dev." + (usePng ? "png" : "webp");
59
60
return "";
61
}
DevSpaceWeb/DevSpaceWeb.csproj
@@ -4,7 +4,7 @@
4
<TargetFramework>net10.0</TargetFramework>
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
- <Version>2.0.3</Version>
+ <Version>2.0.4</Version>
8
<CompressionEnabled>false</CompressionEnabled>
9
</PropertyGroup>
10
0 commit comments