svgo prefixIds
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
97c3da3789
commit
28038cc53e
1 changed files with 2 additions and 0 deletions
|
@ -554,6 +554,8 @@ module.exports = (env, argv) => {
|
||||||
},
|
},
|
||||||
// generates a viewbox if missing
|
// generates a viewbox if missing
|
||||||
{ name: "removeDimensions" },
|
{ name: "removeDimensions" },
|
||||||
|
// https://github.com/facebook/docusaurus/issues/8297
|
||||||
|
{ name: "prefixIds" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue