From 7ab15cf18783dcc8dc26bac8c489b3007e692ad9 Mon Sep 17 00:00:00 2001 From: netosts Date: Mon, 23 Sep 2024 20:10:24 -0300 Subject: [PATCH] test image src --- src/stores/main.store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/main.store.ts b/src/stores/main.store.ts index 26626c2..bf6d955 100644 --- a/src/stores/main.store.ts +++ b/src/stores/main.store.ts @@ -7,7 +7,7 @@ export const useMainStore = defineStore({ projectItems: [ { href: "https://github.com/netosts/vue-cart", - src: "/images/vue-cart.png", + src: "./images/vue-cart.png", imgAlt: "vue-cart.png", name: "Vue Cart", info: "Carrinho de compras",