Skip to content

Commit 5ddf728

Browse files
committed
add commit urls
1 parent 6f123f3 commit 5ddf728

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/working-notes/todo4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ vite: {
172172
-------
173173
open external md links in new tab by default
174174
https://cosmicthemes.com/blog/astro-mdx-external-link/
175+
https://github.com/rehypejs/rehype-external-links
175176
```
176177

177178

src/content/post/2025/04-02-astro-react-gallery/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ export const IMAGE_SIZES = {
621621
The relevant files:
622622

623623
```bash title=""
624-
# new gallery
624+
# new gallery https://github.com/nemanjam/nemanjam.github.io/tree/c1e105847d8e7b4ab4aaffad3078726c37f67528
625625
git checkout c1e105847d8e7b4ab4aaffad3078726c37f67528
626626

627627
src/pages/gallery.mdx
@@ -635,7 +635,7 @@ src/constants/image.ts
635635
src/components/react/hooks/useScrollDown.tsx
636636
src/components/react/hooks/useWidth.tsx
637637

638-
# old gallery
638+
# old gallery https://github.com/nemanjam/nemanjam.github.io/tree/e0165b295db2ccc72bbbb7be4bdd7eb48f7dedae
639639
git checkout e0165b295db2ccc72bbbb7be4bdd7eb48f7dedae
640640
```
641641

0 commit comments

Comments
 (0)