clawsweeper.bot/vercel.json
Peter Steinberger 7bebc137b5
feat: landing page for clawsweeper.bot
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)
2026-04-30 02:02:59 +01:00

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" }
]
}
]
}