handoff pass: vendored sveltia bundle, astro pinned ^7.2.10, root README + refreshed deploy runbook, review fixes (coverless card grid, shared NewsCard/lib, real site origin, nginx security headers, linger step, dead config removed, preview.css sync, tsconfig)

This commit is contained in:
2026-09-03 14:56:53 +02:00
parent c64528a1d3
commit cec8018c18
35 changed files with 4095 additions and 2111 deletions
+4 -9
View File
@@ -1,19 +1,14 @@
{
"name": "ctao-demo-git-cms",
"name": "ctao-portal",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev --port 4321 --host",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview --port 4321 --host",
"demo": "astro build && astro preview --port 4321 --host",
"cms-proxy": "PORT=8082 decap-server"
"preview": "astro preview"
},
"dependencies": {
"astro": "latest"
},
"devDependencies": {
"decap-server": "latest"
"astro": "^7.2.10"
}
}