fix: gitea backend + allowedHosts + admin route

This commit is contained in:
ctao
2026-07-24 19:59:45 +02:00
parent a1c85d73c7
commit c2016e723f
4 changed files with 29 additions and 24 deletions
+16
View File
@@ -0,0 +1,16 @@
---
// Editor entry point (/admin). Sveltia CMS loads its config from ./config.yml
// (served statically from public/admin/config.yml). The external bundle is kept
// inline so Astro doesn't try to process/bundle it.
---
<!doctype html>
<html lang="pl">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>CTAO — Edytor treści</title>
</head>
<body>
<script is:inline src="https://unpkg.com/@sveltia/cms/dist/sveltia-cms.js"></script>
</body>
</html>