Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import { optimize } from "svgo";
|
||||
function svgoOptimizer(config) {
|
||||
return {
|
||||
name: "svgo",
|
||||
optimize: (contents) => optimize(contents, config).data
|
||||
};
|
||||
}
|
||||
export {
|
||||
svgoOptimizer
|
||||
};
|
||||
Reference in New Issue
Block a user