Updates and more

This commit is contained in:
2023-11-05 22:27:20 +01:00
parent e97e86f9ac
commit 7450ecdabb
48 changed files with 565 additions and 111 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script lang="ts">
import { t } from "astro-i18n"
import {server} from "./stores/server.ts";
import {server} from "./stores/stores.ts";
function generateVersionString(version: string): string {
let versions = version.split(" ").slice(1)