update trunk, templates

This commit is contained in:
WorldTeacher
2024-06-11 13:59:52 +02:00
parent ab18c4cb0e
commit cfe6eca907
4 changed files with 32 additions and 39 deletions

View File

@@ -0,0 +1,14 @@
module.exports = {
plugins: [
{
name: "preset-default",
params: {
overrides: {
removeViewBox: false, // https://github.com/svg/svgo/issues/1128
sortAttrs: true,
removeOffCanvasPaths: true,
},
},
},
],
};