Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jjdengjj committed Sep 28, 2024
1 parent a8c03ce commit 03d592c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function getNewImages() {
for (let file of data) {
let newItem = {
id: file.name,
url: "https://www.rand2ai.io/gallery/".concat(file.name),
thumb: "https://www.rand2ai.io/gallery/".concat(file.name)
url: "https://www.rand2ai.org/gallery/".concat(file.name),
thumb: "https://www.rand2ai.org/gallery/".concat(file.name)
}
items.push(newItem);
}
Expand Down Expand Up @@ -58,8 +58,8 @@ $('.gallery__track').on('click','.gallery__track__item',function(){
let galleryItems = [
{
id:'None',
url: "https://www.rand2ai.io/img/favicon.ico",
thumb: "https://www.rand2ai.io/img/favicon.ico"
url: "https://www.rand2ai.org/img/favicon.ico",
thumb: "https://www.rand2ai.org/img/favicon.ico"
}
];

Expand Down

0 comments on commit 03d592c

Please sign in to comment.