Fix logo on footer by allowing custom fill color
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -33,5 +33,11 @@ module.exports = {
|
||||
};
|
||||
return args
|
||||
});
|
||||
|
||||
config.module
|
||||
.rule("vue")
|
||||
.use("vue-svg-inline-loader")
|
||||
.loader("vue-svg-inline-loader")
|
||||
.options({ /* ... */ });
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user