File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/content/post/2025/04-02-astro-react-gallery Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ vite: {
172
172
------ -
173
173
open external md links in new tab by default
174
174
https :// cosmicthemes.com/blog/astro-mdx-external-link/
175
+ https :// github.com/rehypejs/rehype-external-links
175
176
```
176
177
177
178
Original file line number Diff line number Diff line change @@ -621,7 +621,7 @@ export const IMAGE_SIZES = {
621
621
The relevant files:
622
622
623
623
```bash title=""
624
- # new gallery
624
+ # new gallery https://github.com/nemanjam/nemanjam.github.io/tree/c1e105847d8e7b4ab4aaffad3078726c37f67528
625
625
git checkout c1e105847d8e7b4ab4aaffad3078726c37f67528
626
626
627
627
src/pages/gallery.mdx
@@ -635,7 +635,7 @@ src/constants/image.ts
635
635
src/components/react/hooks/useScrollDown.tsx
636
636
src/components/react/hooks/useWidth.tsx
637
637
638
- # old gallery
638
+ # old gallery https://github.com/nemanjam/nemanjam.github.io/tree/e0165b295db2ccc72bbbb7be4bdd7eb48f7dedae
639
639
git checkout e0165b295db2ccc72bbbb7be4bdd7eb48f7dedae
640
640
```
641
641
You can’t perform that action at this time.
0 commit comments