From 2aeac48b19e66d82ff8ec8b9dd9349626473348e Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Mon, 4 May 2026 14:09:02 -0700 Subject: [PATCH] chore: track .impeccable/live/config.json for this repo Live mode injection config for the Astro site (Base.astro, before , 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) --- .impeccable/live/config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .impeccable/live/config.json diff --git a/.impeccable/live/config.json b/.impeccable/live/config.json new file mode 100644 index 000000000..cf82e9f0e --- /dev/null +++ b/.impeccable/live/config.json @@ -0,0 +1,6 @@ +{ + "files": ["site/layouts/Base.astro"], + "insertBefore": "", + "commentSyntax": "html", + "cspChecked": true +}