Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/DiscordChatExporter/blame/commit/5623c2ca34ac0ed10109df80c6be38413db376ed/Directory.Build.props You should set ROOT_URL correctly, otherwise the web may not work correctly.
DiscordChatExporter/Directory.Build.props

13 lines
352 B

<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>999.9.9-dev</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (c) Oleksii Holub</Copyright>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
4 years ago
</Project>