Files
pbakaus_impeccable/.impeccable/live/config.json
T
Paul BakausandClaude Opus 4.7 2aeac48b19 chore: track .impeccable/live/config.json for this repo
Live mode injection config for the Astro site (Base.astro, before </body>,
HTML comment syntax). The .gitignore already permits tracking generated
sidecars; this commit makes the choice explicit so contributors get the
same wiring on first run.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-04 14:09:02 -07:00

7 lines
121 B
JSON

{
"files": ["site/layouts/Base.astro"],
"insertBefore": "</body>",
"commentSyntax": "html",
"cspChecked": true
}