Skip to content

Commit c19fad2

Browse files
committed
fix home product
1 parent 34c2101 commit c19fad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

moto ride.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function changeCatalogMenueFunction(event) {
8181
}
8282

8383
//?: הכנסת מוצרים מתוך ג'ייסון לקטלוג אופנועים
84-
fetch('../assets/products.json')
84+
fetch('/moto-and-ride/assets/products.json')
8585
.then(response => response.json())
8686
.then(products => {
8787
// בדיקת כמות מוצרים באתר

0 commit comments

Comments
 (0)