Skip to content

Commit

Permalink
add year to data json
Browse files Browse the repository at this point in the history
  • Loading branch information
athoug committed Dec 31, 2024
1 parent 9119e36 commit 37c9d19
Show file tree
Hide file tree
Showing 3 changed files with 929 additions and 785 deletions.
1 change: 1 addition & 0 deletions scripts/create-new-art.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ const newEntry = {
source: `./art/${newFolderName}`,
format: 'gif',
blendMode: 'multiply',
year: new Date().getFullYear(),
};

data.art.push(newEntry);
Expand Down
Loading

0 comments on commit 37c9d19

Please sign in to comment.