summaryrefslogtreecommitdiff
path: root/src/HeroImage.vue
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-06-02 11:50:49 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 17:09:11 +0100
commit7cc84923fdb59956890f69fe6363d9ab333cf46a (patch)
tree165f24fcda9dcca032d7cdfeacb6bec58a52d73d /src/HeroImage.vue
parent0cd076c85f05fad581ae3ac34338e20e443ecdb1 (diff)
downloadbrokentalents-7cc84923fdb59956890f69fe6363d9ab333cf46a.tar.gz
brokentalents-7cc84923fdb59956890f69fe6363d9ab333cf46a.zip
Create a PWA
Diffstat (limited to 'src/HeroImage.vue')
-rw-r--r--src/HeroImage.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HeroImage.vue b/src/HeroImage.vue
index 4dd7672..f72d0fc 100644
--- a/src/HeroImage.vue
+++ b/src/HeroImage.vue
@@ -1,6 +1,6 @@
<template>
<figure class="image">
- <img :src="`dist/assets/hero-icons/${hero.toLowerCase()}.png`"
+ <img :src="`/dist/assets/hero-icons/${hero.toLowerCase()}.png`"
:style="round? 'border-radius: 50%' : ''"
:alt="hero"
:title="hero">