Skip to content

Commit 011c39a

Browse files
committed
Add hero images to public directory
Fix .gitignore: /img/ only ignores root-level img dir, not docs/public/img/ which VitePress needs for static assets.
1 parent 6b2482c commit 011c39a

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ docs/.vitepress/cache/
1616
.backup/
1717

1818
# Source images (already copied to docs/public/img/)
19-
img/
19+
/img/
2020

2121
# Project docs (not part of the site)
2222
PROJECT-COMPLETE-GUIDE.md
83.7 KB
Loading
2.44 KB
Loading

0 commit comments

Comments
 (0)