Spanisch (#249)
All checks were successful
website-dev / dev-build (push) Successful in 25s

Reviewed-on: #249
This commit is contained in:
2023-11-15 21:18:21 +01:00
parent d65ff2d385
commit 50a919894f
3 changed files with 10 additions and 8 deletions

View File

@ -23,9 +23,9 @@ const config = {
name: "gitea",
repo: "gcg/gcg-website",
branch: "master",
api_root: "https://git.cantorgymnasium.de/api/v1",
base_url: "https://git.cantorgymnasium.de",
app_id: "1b612fb1-fbc1-44b2-9b9d-6eeb1dc55bff",
api_root: "http://localhost:3000/api/v1",
base_url: "http://localhost:3000",
app_id: "7ad93d4f-21e9-4fe9-a26a-746e3b55624a",
commit_messages: {
create: "{{collection}} {{slug}} erstellt",
update: "{{collection}} {{slug}} aktualisiert",

View File

@ -9,12 +9,12 @@
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@staticcms/app@^3.0.0/dist/main.css"
href="https://unpkg.com/@staticcms/app@^3.0.0/dist/main.css"
/>
<title>Static CMS</title>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/@staticcms/app@^3.0.0/dist/static-cms-app.js"></script>
<script src="https://unpkg.com/@staticcms/app@^3.0.0/dist/static-cms-app.js"></script>
<script type="module">
import config from "./config/index.js";
// imports