diff options
author | Nathan Wang | 2020-07-21 16:04:46 -0700 |
---|---|---|
committer | Nathan Wang | 2020-07-21 16:04:53 -0700 |
commit | 40bc285712ea5c698e91e6a003fdf5ef4f11e5be (patch) | |
tree | 65767e88c27469b2cdac31cc327764d7bc8cfe11 /package.json | |
parent | bc743e14ff582ce3cdfefc93ff0196b92dc0c96e (diff) |
open links in new tab, closes #71
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index d1cd95f..f08df9a 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ "recharts": "^1.8.5", "rehype-react": "^6.0.0", "remark": "^12.0.0", + "remark-external-links": "^6.1.0", "styled-components": "^5.1.1", "tailwindcss": "^1.4.6", "tippy.js": "^6.2.4", |