Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/DiscordChatExporter/src/commit/9b3421e8a5daeb44a4624088c95ac45b0f0b8ed8/NuGet.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
DiscordChatExporter/NuGet.config

11 lines
320 B

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<config>
<add key="defaultPushSource" value="https://api.nuget.org/v3/index.json" />
</config>
</configuration>