Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
5

Configure Feed

Select the types of activity you want to include in your feed.

Set no-cache on html

Grace Kind (Jul 16, 2026, 12:47 AM -0500) c32cbcfd 2d7c3051

+7 -1
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.17.177", 3 + "version": "0.17.178", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve",
+6
src/_headers
··· 4 4 /* 5 5 ! Link 6 6 7 + # Revalidate html 8 + / 9 + Cache-Control: no-cache 10 + /*.html 11 + Cache-Control: no-cache 12 + 7 13 # Hashed filenames can be cached forever 8 14 /js/* 9 15 Cache-Control: public, max-age=31536000, immutable