File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ STABLE_TOOLCHAIN := "1.87.0"
8181@ deploy bucket :
8282 @ echo " Deploying to {{ bucket}} ..."
8383 gcloud storage rsync --recursive --delete-unmatched-destination-objects site/ {{ bucket}} /
84- # Set content type for .jsonl file (non-standard extension) .
85- gcloud storage objects update {{ bucket}} / census.jsonl --content-type=" application/x-ndjson " 2 >/ dev/ null || true
84+ # Set content type for .jsonl file to prevent Safari from renaming it .
85+ gcloud storage objects update {{ bucket}} / census.jsonl --content-type=" application/jsonl " 2 >/ dev/ null || true
8686 # Set cache policies based on file type to bust cache appropriately
8787 @ echo " Setting cache-control headers..."
8888 # Short cache for data and HTML files (5 minutes - updates only happen a few times per week)
Original file line number Diff line number Diff line change 148148 .footer-data {
149149 display : flex;
150150 flex-direction : column;
151+ gap : 0.25rem ;
151152 }
152153
153154 .footer a {
You can’t perform that action at this time.
0 commit comments