Update data/content.md
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
abce251ba9
commit
b41a2c0589
|
@ -67,7 +67,7 @@ let slideIndex = 1;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
let slides = [...(Array(29).keys().map((idx) => `${idx+1}`.padStart(2,"0")).map((arg) => `https://s3.asraphiel.dev/galerie/20241220/${arg}.jpg`))]
|
let slides = Array(29).keys().map((idx) => `${idx+1}`.padStart(2,"0")).map((arg) => `https://s3.asraphiel.dev/galerie/20241220/${arg}.jpg`);
|
||||||
|
|
||||||
function createImage(url, index, total) {
|
function createImage(url, index, total) {
|
||||||
let content = `
|
let content = `
|
||||||
|
|
Loading…
Reference in a new issue