Use SVG image as logo instead of PNG one
This commit is contained in:
BIN
ui/sshwifty.png
BIN
ui/sshwifty.png
Binary file not shown.
|
Before Width: | Height: | Size: 215 KiB |
1
ui/sshwifty.svg
Normal file
1
ui/sshwifty.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 7.0 KiB |
@@ -322,11 +322,11 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
new WebappWebpackPlugin({
|
new WebappWebpackPlugin({
|
||||||
logo: path.join(__dirname, "ui", "sshwifty.png"),
|
logo: path.join(__dirname, "ui", "sshwifty.svg"),
|
||||||
prefix: "",
|
prefix: "",
|
||||||
cache: false,
|
cache: false,
|
||||||
favicons: {
|
favicons: {
|
||||||
appName: "Sswifty SSH Client",
|
appName: "Sshwifty SSH Client",
|
||||||
appDescription: "Web SSH Client",
|
appDescription: "Web SSH Client",
|
||||||
developerName: "Rui NI",
|
developerName: "Rui NI",
|
||||||
developerURL: "https://vaguly.com",
|
developerURL: "https://vaguly.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user