diff options
author | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-05-11 00:17:04 +0900 |
---|---|---|
committer | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-05-11 00:17:04 +0900 |
commit | e85b4c2fbbf23c5c693adbffe48801f3b44368cd (patch) | |
tree | 2258c745af45a0f4d525483975bd68ba50c9c3cc | |
parent | 2c67177d572ca329be2074adc06fbf915f4fa884 (diff) |
KaigirokuDougaLinkを追加
-rw-r--r-- | src/theme/MDXComponents.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theme/MDXComponents.js b/src/theme/MDXComponents.js index 87b61d24..4b96c453 100644 --- a/src/theme/MDXComponents.js +++ b/src/theme/MDXComponents.js @@ -5,6 +5,7 @@ import MessageBubble from '@site/src/components/MessageBubble'; import ExternalLink from '@site/src/components/ExternalLink'; import BlockQuote from '@site/src/components/BlockQuote'; import Highlight from '@site/src/components/Highlight'; +import KaigirokuDougaLink from '@site/src/components/KaigirokuDougaLink'; import { Icon } from '@iconify/react'; // Import the entire Iconify library. export default { @@ -16,5 +17,6 @@ export default { ExternalLink, BlockQuote, Highlight, + KaigirokuDougaLink, Icon: Icon, // Make the iconify Icon component available in MDX as <icon />. };
\ No newline at end of file |