Use SVG image as logo instead of PNG one
This commit is contained in:
@@ -322,11 +322,11 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
new WebappWebpackPlugin({
|
||||
logo: path.join(__dirname, "ui", "sshwifty.png"),
|
||||
logo: path.join(__dirname, "ui", "sshwifty.svg"),
|
||||
prefix: "",
|
||||
cache: false,
|
||||
favicons: {
|
||||
appName: "Sswifty SSH Client",
|
||||
appName: "Sshwifty SSH Client",
|
||||
appDescription: "Web SSH Client",
|
||||
developerName: "Rui NI",
|
||||
developerURL: "https://vaguly.com",
|
||||
|
||||
Reference in New Issue
Block a user