Skip to content

Commit

Permalink
🐛 Image loader
Browse files Browse the repository at this point in the history
Change url to the page domain
  • Loading branch information
SkyLissh committed Oct 7, 2021
1 parent 250379b commit e2863ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GifItem.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

.gif__item--loading {
background-color: var(--accent);
background-image: url("http://localhost:3000/loading.svg");
background-image: url("https://gifexpert.skylissh.me/loading.svg");
background-size: 4rem;
}

Expand Down

1 comment on commit e2863ec

@vercel
Copy link

@vercel vercel bot commented on e2863ec Nov 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gif-expert – ./

gif-expert-git-main-skylissh.vercel.app
gif-expert-ashen.vercel.app
gif-expert-skylissh.vercel.app

Please sign in to comment.