From cf3b74090752d9f4096e2a33238854a5866a016d Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Sat, 8 Nov 2025 01:06:15 -0800 Subject: [PATCH] Remove caching changes for now, put script back --- nginx/nginx.conf | 8 ++++---- src/layouts/BaseLayout.astro | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index e5f70ba..748ce6e 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -12,12 +12,12 @@ http { root /usr/share/nginx/html; index index.html index.htm; include /etc/nginx/mime.types; - include /etc/nginx/conf.d/_release_token.conf; + #include /etc/nginx/conf.d/_release_token.conf; - etag off; + #etag off; - add_header ETag "\"W/$release_token\"" always; - add_header Cache-Control "max-age=0, must-revalidate" always; + #add_header ETag "\"W/$release_token\"" always; + #add_header Cache-Control "max-age=0, must-revalidate" always; gzip on; gzip_min_length 1000; diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 8055d73..e1b47d7 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -13,7 +13,6 @@ const pageTitle = Astro.props.title ? `${Astro.props.title} - Corwin Perren` : " {pageTitle} - @@ -24,6 +23,7 @@ const pageTitle = Astro.props.title ? `${Astro.props.title} - Corwin Perren` : "