Update logo
This commit is contained in:
parent
fb13c57c51
commit
bf18b7c3fc
BIN
public/assets/logo.png
Normal file
BIN
public/assets/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.7 KiB |
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="home">
|
||||
<img alt="KamilCraft.com logo" src="https://kamilcraft.com/assets/img/logo.png">
|
||||
<img alt="KamilCraft.com logo" :src="`${publicPath}assets/logo.png`">
|
||||
<HelloWorld/>
|
||||
</div>
|
||||
</template>
|
||||
@ -10,6 +10,11 @@ import HelloWorld from '@/components/HomePageElement.vue'
|
||||
|
||||
export default {
|
||||
name: 'Home',
|
||||
data () {
|
||||
return {
|
||||
publicPath: process.env.BASE_URL
|
||||
}
|
||||
},
|
||||
components: {
|
||||
HelloWorld
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user