switch to v3 css
This commit is contained in:
parent
234b19fb01
commit
edffb3a720
@ -14,7 +14,8 @@ const config = {
|
||||
repo: "gcg/gcg-website",
|
||||
branch: "master",
|
||||
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: {
|
||||
create: "{{collection}} {{slug}} erstellt",
|
||||
update: "{{collection}} {{slug}} aktualisiert",
|
||||
|
@ -9,7 +9,7 @@
|
||||
/>
|
||||
<link
|
||||
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>
|
||||
</head>
|
||||
|
@ -9,12 +9,12 @@
|
||||
/>
|
||||
<link
|
||||
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>
|
||||
</head>
|
||||
<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">
|
||||
import config from "../../admin/config/schulchronik.js";
|
||||
// imports
|
||||
|
Loading…
x
Reference in New Issue
Block a user