diff --git a/micropub.go b/micropub.go index 4ec3c81..82693a7 100644 --- a/micropub.go +++ b/micropub.go @@ -63,7 +63,7 @@ func HandleMicroPub(w http.ResponseWriter, r *http.Request) { _, _ = w.Write([]byte("There was an error committing the entry to the repository")) return } else { - w.Header().Add("Location", location) + w.Header().Add("Location", location+"?cache=0") w.WriteHeader(http.StatusAccepted) // Purge CDN after 30 seconds, send webmentions, post to social media go func() {