Skip to content

Commit

Permalink
Change image location
Browse files Browse the repository at this point in the history
  • Loading branch information
loke-dev committed Apr 28, 2019
1 parent 1d9ac21 commit 96afccc
Show file tree
Hide file tree
Showing 21 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion blog/cupcake-ipsum.md
Expand Up @@ -3,7 +3,7 @@ title: Cupcake ipsum
excerpt: Cupcake ipsum dolor. Sit amet fruitcake jelly-o pie ice cream. Candy jujubes croissant donut oat cake jelly-o brownie jelly-o.
date: 2019-04-18 17:00:00 +0000
author: Loke Carlsson
image: "./images/cupcake.svg"
image: "/uploads/cupcake.svg"
---

Cupcake ipsum dolor. Sit amet fruitcake jelly-o pie ice cream. Candy jujubes croissant donut oat cake jelly-o brownie jelly-o. Cotton candy sweet cheesecake topping cake tiramisu tart. Chocolate cake powder caramels carrot cake carrot cake sugar plum powder. Danish lemon drops chocolate liquorice marzipan halvah. Cake powder pudding tiramisu. Cheesecake jelly pudding tart jelly-o gingerbread chocolate halvah. Ice cream jujubes liquorice ice cream candy canes oat cake croissant. Biscuit danish carrot cake tart carrot cake dragΓ©e pastry. Ice cream bonbon chocolate cotton candy sesame snaps chocolate pudding wafer ice cream. Brownie tart jelly-o gingerbread bear claw pastry sweet roll biscuit.
Expand Down
2 changes: 1 addition & 1 deletion blog/espresso-ipsum.md
Expand Up @@ -3,7 +3,7 @@ title: Espresso ipsum
excerpt: Id roast latte, grounds turkish sweet skinny strong medium. Bar, sit, grinder cinnamon viennese redeye aroma blue mountain.
date: 2019-04-20 17:00:00 +0000
author: Loke Carlsson
image: "./images/coffee.svg"
image: "/uploads/coffee.svg"
---

Foam, cultivar chicory grounds crema java wings. Iced, instant et irish caffeine cultivar that, aroma acerbic single origin froth decaffeinated. Blue mountain foam white qui to go filter saucer con panna foam black.
Expand Down
2 changes: 1 addition & 1 deletion blog/lorem-ipsum.md
Expand Up @@ -3,7 +3,7 @@ title: Lorem ipsum
excerpt: Lorem ipsum dolor sit amet consectetur adipiscing elit, maecenas natoque massa sapien malesuada aliquet vitae, gravida eget accumsan viverra nisi etiam.
date: 2019-04-22 17:00:00 +0000
author: Loke Carlsson
image: "./images/content.svg"
image: "/uploads/content.svg"
---

Lorem ipsum dolor sit amet consectetur adipiscing elit, maecenas natoque massa sapien malesuada aliquet vitae, gravida eget accumsan viverra nisi etiam. Dui ligula rhoncus tellus nibh commodo vulputate nec, varius habitant pretium laoreet proin vehicula auctor eros, suscipit cras est mi tempor sociis. Fringilla in ipsum et metus ultricies lectus hendrerit tortor litora elementum, potenti bibendum egestas cursus nibh accumsan condimentum arcu senectus. Felis diam phasellus interdum gravida augue aptent massa integer etiam dis, hendrerit blandit facilisi tempus eros imperdiet erat ultricies libero nullam praesent, nibh senectus nisl odio aenean sociis natoque mollis tristique. Ut magnis orci magna facilisis primis dolor lorem nec hendrerit pretium, quis accumsan dictumst sodales quam dapibus pharetra tortor metus, diam elementum interdum nascetur fringilla et dui mauris imperdiet. Sollicitudin vitae cum commodo laoreet lorem curae nam purus suscipit, dui sodales nostra feugiat luctus enim lectus neque. Eu fermentum natoque pharetra litora mattis nibh aliquet etiam integer cras, nec dui senectus egestas augue lacinia sed fames in, pulvinar sem per felis maecenas convallis libero tempor vel.
Expand Down
2 changes: 1 addition & 1 deletion blog/sagan-ipsum.md
Expand Up @@ -3,7 +3,7 @@ title: Sagan ipsum
excerpt: Hydrogen atoms colonies bits of moving fluff cosmic fugue gathered by gravity shores of the cosmic ocean.
date: 2019-04-21 17:00:00 +0000
author: Loke Carlsson
image: "./images/space.svg"
image: "/uploads/space.svg"
---

Billions upon billions Tunguska event galaxies rich in mystery decipherment billions upon billions. Bits of moving fluff rings of Uranus made in the interiors of collapsing stars from which we spring bits of moving fluff star stuff harvesting star light. The ash of stellar alchemy a mote of dust suspended in a sunbeam kindling the energy hidden in matter take root and flourish star stuff harvesting star light are creatures of the cosmos.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/About.vue
@@ -1,7 +1,7 @@
<template>
<Layout>
<h1 class="mb-4">About</h1>
<img class="about-image" src="../assets/images/profile.svg" />
<img class="about-image" src="../../uploads/profile.svg" />

<p>Lorem ipsum dolor sit amet consectetur adipiscing elit, platea elementum mus lectus molestie et. Conubia taciti nunc proin vehicula et nascetur lacinia commodo non, penatibus vel dui pharetra inceptos himenaeos orci viverra ad, quis ullamcorper sit scelerisque nibh praesent imperdiet vulputate.</p>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/Contact.vue
Expand Up @@ -2,7 +2,7 @@
<Layout>
<h1 class="mb-4">Contact</h1>
<div>
<img class="contact-image mb-4" src="../assets/images/email.svg" />
<img class="contact-image mb-4" src="../../uploads/email.svg" />
<b-form
name="contact"
method="post"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Index.vue
@@ -1,6 +1,6 @@
<template>
<Layout>
<img class="greet-image" src="../assets/images/hello.svg" />
<img class="greet-image" src="../../uploads/hello.svg" />

<h2 class="mb-4">Gridsome starter bootstrap</h2>
<p>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 96afccc

Please sign in to comment.