update README example
This commit is contained in:
parent
034ade8929
commit
542185ad19
1 changed files with 4 additions and 4 deletions
|
@ -41,10 +41,10 @@ const withMDX = require('@next/mdx')({
|
|||
extension: /\.mdx?$/,
|
||||
options: {
|
||||
rehypePlugins: [
|
||||
() => ExportHeadings({
|
||||
[ExportHeadings, {
|
||||
tags: ['h2', 'h3'],
|
||||
name: 'labels',
|
||||
}),
|
||||
}],
|
||||
],
|
||||
},
|
||||
});
|
||||
|
@ -63,10 +63,10 @@ const withMDX = mdx({
|
|||
extension: /\.mdx?$/,
|
||||
options: {
|
||||
rehypePlugins: [
|
||||
() => ExportHeadings({
|
||||
[ExportHeadings, {
|
||||
tags: ['h2', 'h3'],
|
||||
name: 'labels',
|
||||
}),
|
||||
}],
|
||||
],
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue