feat: open mdx post urls in a new tab

This commit is contained in:
Barrett Ruth 2025-12-30 19:31:37 -06:00
parent 10cfafce65
commit 5036ae4654
3 changed files with 34 additions and 2 deletions

View file

@ -19,6 +19,7 @@
"dependencies": {
"@astrojs/mdx": "^4.3.6",
"astro": "^5.14.1",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
},