set urls for static content

This commit is contained in:
hay-kot 2021-05-24 21:26:20 -07:00
commit 51a348701f

View file

@ -140,19 +140,19 @@ export default {
}, },
{ {
text: "Discord", text: "Discord",
image: "./static/discord.svg", image: "/static/discord.svg",
}, },
{ {
text: "Gotify", text: "Gotify",
image: "./static/gotify.png", image: "/static/gotify.png",
}, },
{ {
text: "Home Assistant", text: "Home Assistant",
image: "./static/home-assistant.png", image: "/static/home-assistant.png",
}, },
{ {
text: "Pushover", text: "Pushover",
image: "./static/pushover.svg", image: "/static/pushover.svg",
}, },
], ],
}; };