remove nuxt image
doesn't work with github
This commit is contained in:
@@ -6,7 +6,7 @@ div
|
||||
|
||||
.container
|
||||
.siderow
|
||||
nuxt-img.card-image(src="pic.png")
|
||||
img.card-image(src="pic.png")
|
||||
ul.card-list
|
||||
li
|
||||
a(href="mailto:jeutter@northscorp.de", target="_blank")
|
||||
|
||||
@@ -18,7 +18,7 @@ div
|
||||
.chrome.small.shine(data-text="my Tools") my Tools
|
||||
.column(v-for="tool of tools", :key="tool.name", :class="tool.kategory")
|
||||
a.card(:href="tool.link")
|
||||
nuxt-img(:src="`icons/${tool.logo}`")
|
||||
img(:src="`icons/${tool.logo}`")
|
||||
.footer
|
||||
NuxtLink.navbutton(to="/") Home
|
||||
NuxtLink.navbutton(to="/profile") Profile
|
||||
|
||||
Reference in New Issue
Block a user