You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now because we are running on a static site, we cannot dynamically fetch images from a folder. Therefore we have to either:
a) Hard-code values for images into the code.
b) Number the images in from 0 to n, where n is the total number of images.
Because we need to attach tagging data, we must use method A because that ensures the image numbers aren't jumbled up when new images are added. However, instead of hard-coding names, we could have a script (python maybe?) iterate through the repo and dynamically generate a typescript file that contains an array of all the image file names.
Add date tag for images.
Add filtering for images by a specific tag.
The text was updated successfully, but these errors were encountered: