diff --git a/_headers b/_headers index ad684eb7db5bb..e549205453a70 100644 --- a/_headers +++ b/_headers @@ -1,4 +1,4 @@ -# Cache static resources for 10 months +# Cache static resources for 1 year /*.js /*.css /*.woff2 @@ -7,11 +7,11 @@ /*.webp /*.gif /*.svg - Cache-Control: public, max-age=25920000 + Cache-Control: public, max-age=31536000, immutable -# Cache HTML files for 10 months +# HTML files - no cache /*.html - Cache-Control: public, max-age=25920000 + Cache-Control: public, max-age=0 diff --git a/src/sections/Home/Banner-1/index.js b/src/sections/Home/Banner-1/index.js index 4fb042fbae55d..8c77dcc9e9112 100644 --- a/src/sections/Home/Banner-1/index.js +++ b/src/sections/Home/Banner-1/index.js @@ -15,7 +15,7 @@ const Banner1 = (props) => { return ( - hero-image + hero-image @@ -26,11 +26,11 @@ const Banner1 = (props) => { >

Cloud Native Management

- of developer-defined infrastructure + of developer-defined infrastructure

- an open source-first community of cloud native engineers + an open source-first community of cloud native engineers

diff --git a/src/sections/Home/Partners-home/partnerSection.style.js b/src/sections/Home/Partners-home/partnerSection.style.js index 2eacd8fbe784c..a9a090a6bcf25 100644 --- a/src/sections/Home/Partners-home/partnerSection.style.js +++ b/src/sections/Home/Partners-home/partnerSection.style.js @@ -2,6 +2,7 @@ import styled from "styled-components"; const PartnerItemWrapper = styled.section` padding: 2rem 0; margin: 0rem 0rem 5rem 0rem; + min-height: 200px; /* Prevent layout shift (CLS) by reserving space for partner logos */ overflow: hidden; .section-title{ h4{