Use SVG image as logo instead of PNG one

This commit is contained in:
NI
2019-09-28 12:41:32 +08:00
parent a26e1f47c0
commit b50946d8cd
3 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 KiB

1
ui/sshwifty.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -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",