Single-page editorial site for the ClawSweeper maintenance bot. Static HTML + CSS, deploys cleanly via `vercel` with no build step. - Hero: plate masthead, italic Fraunces display title, serif lede - Two operating lanes (issue/PR sweeper, commit sweeper) with mono path snippets - Numbered guardrails list, apparatus grid, currently-under-watch repos - Dark abyssal palette with single warm-amber accent, hairline rules, SVG film-grain overlay, staggered hero page-load motion, reduced-motion respected - Mobile-responsive (two lanes collapse to stacked)
22 lines
583 B
JSON
22 lines
583 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"cleanUrls": true,
|
|
"trailingSlash": false,
|
|
"headers": [
|
|
{
|
|
"source": "/(.*)",
|
|
"headers": [
|
|
{ "key": "X-Content-Type-Options", "value": "nosniff" },
|
|
{ "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" },
|
|
{ "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=()" }
|
|
]
|
|
},
|
|
{
|
|
"source": "/style.css",
|
|
"headers": [
|
|
{ "key": "Cache-Control", "value": "public, max-age=3600, must-revalidate" }
|
|
]
|
|
}
|
|
]
|
|
}
|