i have a stupid issue
next.js generates a new build id for each deploy. script and style filenames are still contenthash-based, so they don't get updated for no reason. but every .html and .txt (rsc payload) file gets reuploaded with each build, causing neocities to display those pages as updated in my feed?
and like i can use git hash for build id, but i don't keep my blogposts in git, so i wonder if that would break things? rn if build id changes while someone's browsing the website, next navigation will be a hard refresh, no other consequences. i don't mind that. so the neocities feed is my only problem.
next.js generates a new build id for each deploy. script and style filenames are still contenthash-based, so they don't get updated for no reason. but every .html and .txt (rsc payload) file gets reuploaded with each build, causing neocities to display those pages as updated in my feed?and like i can use git hash for build id, but i don't keep my blogposts in git, so i wonder if that would break things? rn if build id changes while someone's browsing the website, next navigation will be a hard refresh, no other consequences. i don't mind that. so the neocities feed is my only problem.