Skip to content

Commit ecd31ef

Browse files
shadowfax92claude
andauthored
fix: remove Git LFS tracking for docs images so Mintlify can serve them (#446)
Mintlify deploys docs by cloning the repo but does not run `git lfs pull`. The `.gitattributes` rule `docs/images/** filter=lfs` caused all doc images to be stored as ~130-byte LFS pointer files, which Mintlify served as-is — breaking every image on the site. Removing the LFS rule and re-adding the files as regular git blobs fixes all images without changing any paths or MDX files. Also fixes broken Slack link placeholder in troubleshooting page. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c79c775 commit ecd31ef

86 files changed

Lines changed: 0 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ packages/browseros/chromium_patches/**/*.py linguist-generated
99
scripts/*.py linguist-generated
1010
# Mark build directories as generated
1111
build/* linguist-generated
12-
docs/images/** filter=lfs diff=lfs merge=lfs -text
1312
docs/videos/** filter=lfs diff=lfs merge=lfs -text

docs/images/about-browseros.png

302 KB

docs/images/adblock-browseros.png

843 KB

docs/images/adblock-chrome.png

892 KB
139 KB
4.54 MB
4.33 MB
4.54 MB
4.76 MB
4.56 MB

0 commit comments

Comments
 (0)