finish up translations and setup doc server stuff

This commit is contained in:
ngn
2025-01-10 00:16:06 +03:00
parent ac307de76c
commit 5fb3c03e40
30 changed files with 591 additions and 104 deletions

View File

@ -1,7 +1,7 @@
import { urljoin } from "$lib/util.js";
const version = "v1";
const url = urljoin(import.meta.env.VITE_API_URL, version);
const url = urljoin(import.meta.env.APP_API_URL, version);
function api_url(path = null, query = {}) {
return urljoin(url, path, query);