Skip to content

Commit

Permalink
Previous CDN space no longer works, trying a new one
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarkrawczyk committed Apr 16, 2020
1 parent a6a1a30 commit 4f88637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ class Filter {
let output = []
products.forEach((product) => {
output.push(`<li>
<a href="//cdn.byteal.pl/puma/${product.Index}.jpg" target="_blank" download>
<img src="//cdn.byteal.pl/puma/${product.Index}.jpg" loading="lazy">
<a href="//cdn.byteal.pl/puma-2/${product.Index}.jpg" target="_blank" download>
<img src="//cdn.byteal.pl/puma-2/${product.Index}.jpg" loading="lazy">
<h3>${product.Nazwa}</h3>
<section>
<em>${product.Index}</em>
Expand Down

0 comments on commit 4f88637

Please sign in to comment.