-
Yassine Doghri authored
+ show default podcast website (castopod) link first in links page
Yassine Doghri authored+ show default podcast website (castopod) link first in links page
.svgo.icons.cjs 305 B
module.exports = {
plugins: [
"removeXMLNS",
"removeDimensions",
"sortAttrs",
{
name: "addAttributesToSVGElement",
params: {
attributes: [
{ fill: "currentColor" },
{ width: "1em" },
{ height: "1em" },
],
},
},
],
};