web/about: thanks & licenses page

This commit is contained in:
wukko
2024-09-09 14:24:11 +06:00
parent 35254502fe
commit 11b756945f
2 changed files with 43 additions and 1 deletions

View File

@@ -50,6 +50,8 @@ const siriShortcuts = {
const docs = {
instanceHosting: "https://github.com/imputnet/cobalt/blob/main/docs/run-an-instance.md",
webLicense: "https://github.com/imputnet/cobalt/blob/main/web/LICENSE",
apiLicense: "https://github.com/imputnet/cobalt/blob/main/api/LICENSE",
};
const apiURL = "https://api.cobalt.tools";