add caching to assets #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
When running lighthouse I found that assets like images do not have a TTL, maybe the fix is as simple as copying the nginx config from this thread https://stackoverflow.com/questions/61050400/how-to-serve-static-assets-with-an-efficient-cache-policy-on-nginx
@devydave feel free to hack the recipe on your own machine in
$ABRA_DIR/recipes/...anddeploy --chaosto test it. if it works, add it to https://git.coopcloud.tech/coop-cloud/parasol-static-site/src/branch/main/default.conf.tmpl and bump the version in https://git.coopcloud.tech/coop-cloud/parasol-static-site/src/branch/main/abra.sh and submit a PR?