add an index page and add name functions to the API and cache busting #7
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
Bug
Feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Solarpunk/meowy-webring#7
Loading…
Reference in a new issue
No description provided.
Delete branch "index-page"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i actually made the API work as intended by adding name functions to the API and i added an index page which just loops over the sites in the names.json file and links to them and the text will be the name of the site if it has a name, and if it doesn't, it will be the URL of the site.
i also added cache busting filenames which are filenames with a unique hash added onto them which means you can set a long time for the cache to stay valid and you can invalidate that by just changing the file as the file has a unique name based off its hash.
add an index page and add name functions to the APIto add an index page and add name functions to the API and cache busting