mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
fix template import issue
This commit is contained in:
parent
e93b98a242
commit
0c330df5cc
3 changed files with 9 additions and 4 deletions
|
@ -21,7 +21,12 @@ module.exports = {
|
|||
},
|
||||
themes: ['@docusaurus/theme-live-codeblock'],
|
||||
plugins: [
|
||||
['@docusaurus/plugin-client-redirects', {}],
|
||||
[
|
||||
'@docusaurus/plugin-client-redirects',
|
||||
{
|
||||
fromExtensions: ['html'],
|
||||
},
|
||||
],
|
||||
[
|
||||
'@docusaurus/plugin-ideal-image',
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue