diff --git a/assets/socks_blue.jpg b/assets/images/socks_blue.jpg similarity index 100% rename from assets/socks_blue.jpg rename to assets/images/socks_blue.jpg diff --git a/assets/socks_green.jpg b/assets/images/socks_green.jpg similarity index 100% rename from assets/socks_green.jpg rename to assets/images/socks_green.jpg diff --git a/components/ProductDisplay.js b/components/ProductDisplay.js index 3473ce6..677f06a 100644 --- a/components/ProductDisplay.js +++ b/components/ProductDisplay.js @@ -55,13 +55,13 @@ Vue.component('product-display', { { id: 2234, color: 'green', - image: './assets/socks_green.jpg', + image: './assets/images/socks_green.jpg', quantity: 10, }, { id: 2235, color: 'blue', - image: './assets/socks_blue.jpg', + image: './assets/images/socks_blue.jpg', quantity: 0, }, ],