switch to v3 css
This commit is contained in:
parent
234b19fb01
commit
edffb3a720
@ -14,7 +14,8 @@ const config = {
|
|||||||
repo: "gcg/gcg-website",
|
repo: "gcg/gcg-website",
|
||||||
branch: "master",
|
branch: "master",
|
||||||
api_root: "https://git.cantorgymnasium.de/api/v1",
|
api_root: "https://git.cantorgymnasium.de/api/v1",
|
||||||
base_url: "https://oauth.cantorgymnasium.de",
|
base_url: "https://git.cantorgymnasium.de",
|
||||||
|
app_id: "1b612fb1-fbc1-44b2-9b9d-6eeb1dc55bff",
|
||||||
commit_messages: {
|
commit_messages: {
|
||||||
create: "{{collection}} {{slug}} erstellt",
|
create: "{{collection}} {{slug}} erstellt",
|
||||||
update: "{{collection}} {{slug}} aktualisiert",
|
update: "{{collection}} {{slug}} aktualisiert",
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdn.jsdelivr.net/npm/@staticcms/app@^2.0.0/dist/main.css"
|
href="https://cdn.jsdelivr.net/npm/@staticcms/app@^3.0.0-beta.1/dist/main.css"
|
||||||
/>
|
/>
|
||||||
<title>Static CMS</title>
|
<title>Static CMS</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -9,12 +9,12 @@
|
|||||||
/>
|
/>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdn.jsdelivr.net/npm/@staticcms/app@^2.0.0/dist/main.css"
|
href="https://cdn.jsdelivr.net/npm/@staticcms/app@^3.0.0-beta.1/dist/main.css"
|
||||||
/>
|
/>
|
||||||
<title>Chronikverwaltung</title>
|
<title>Chronikverwaltung</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@staticcms/app@^2.0.0/dist/static-cms-app.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/@staticcms/app@^3.0.0-beta.1/dist/static-cms-app.js"></script>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import config from "../../admin/config/schulchronik.js";
|
import config from "../../admin/config/schulchronik.js";
|
||||||
// imports
|
// imports
|
||||||
|
Loading…
x
Reference in New Issue
Block a user