I uploaded new files but the year has changed. I created redirects for the old /uploads/2025 to /uploads/2026 but i’m still getting the old files. I deleted all copies and uploaded again but still getting the old files on the old url and the new files on the new URL. I’ve tried rebuilding the site a couple of times and no change.
I deleted all files *.ics. I can’t specifically delete /uploads/2025/mlr.ics because the UI doesn’t have folders. And yes, thats exactly what the redirect looks like.
I think what you want instead of uploads (related to your “replace a file with the same file name”) is actually to put a static file in your blog theme. This would work far better for your use case. In your theme, create a file with the file name static/mlr.ics
That file will always be copied directly to your site at {{ .Site.BaseURL }}/mlr.ics
Hmm, but there’s not really an API to update the static files, is there? I’m trying to avoid manual steps as much as possible as this only happens a couple of times a year and I don’t want to rely on memory for the manual steps