6 lines
89 B
JavaScript
6 lines
89 B
JavaScript
|
export default {
|
||
|
markdownOptions: {
|
||
|
components: './src/components/index.tsx'
|
||
|
}
|
||
|
}
|