Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2aeac48

Browse files
Paul Bakausclaude
andcommitted
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) <[email protected]>
1 parent f7ab774 commit 2aeac48

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.impeccable/live/config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"files": ["site/layouts/Base.astro"],
3+
"insertBefore": "</body>",
4+
"commentSyntax": "html",
5+
"cspChecked": true
6+
}

0 commit comments

Comments
 (0)