mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-16 08:06:24 +03:00
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>
7 lines
121 B
JSON
7 lines
121 B
JSON
{
|
|
"files": ["site/layouts/Base.astro"],
|
|
"insertBefore": "</body>",
|
|
"commentSyntax": "html",
|
|
"cspChecked": true
|
|
}
|