updated headers to prevent 302 error

This commit is contained in:
Quentin Roussel
2024-08-18 12:57:28 +08:00
parent c6fc11f276
commit 3119f41941
4 changed files with 11 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
import { initImages, updateImages } from './generate.mjs';
import { initImages, updateImages } from './downloader.mjs';
initImages(10).then(() => {
console.log('Downloaded initial images successfully');