Use Gitea proxy backend for faster CMS (#309)
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 15s
Website Prod/Test / Testumgebung (push) Successful in 9s

Reviewed-on: #309
This commit is contained in:
2024-12-28 12:20:07 +01:00
parent eb4fac823a
commit f717d4f1dc
4 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@ import { GCGThemeDark, GCGThemeLight } from "./themes.js";
const config = {
backend: {
name: "gitea",
name: "gitea-large",
repo: "gcg/gcg-website",
branch: "main",
api_root: "https://git.cantorgymnasium.de/api/v1",

View File

@ -11,7 +11,7 @@ import { GCGThemeDark, GCGThemeLight } from "./themes.js";
const config = {
backend: {
name: "gitea",
name: "gitea-large",
repo: "gcg/gcg-website",
branch: "main",
api_root: "https://git.cantorgymnasium.de/api/v1",