Skip to content

Commit d9446c1

Browse files
[getsentry/action-github-commit] Auto commit
1 parent aabda21 commit d9446c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/docImage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function DocImage({
3333
// parse the size from the URL hash (set by remark-image-size.js)
3434
const srcURL = new URL(src, 'https://example.com');
3535
const imgPath = srcURL.pathname;
36-
36+
3737
// Debug: log the final URL (remove this after testing)
3838
console.log('DocImage - Final src:', src, 'imgPath:', imgPath);
3939
const [width, height] = srcURL.hash // #wxh

0 commit comments

Comments
 (0)