website-content-updates #7
@@ -12,12 +12,12 @@ http {
|
|||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
include /etc/nginx/mime.types;
|
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 ETag "\"W/$release_token\"" always;
|
||||||
add_header Cache-Control "max-age=0, must-revalidate" always;
|
#add_header Cache-Control "max-age=0, must-revalidate" always;
|
||||||
|
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_min_length 1000;
|
gzip_min_length 1000;
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ const pageTitle = Astro.props.title ? `${Astro.props.title} - Corwin Perren` : "
|
|||||||
<link rel="icon" href="/favicon-solid.png" type="image/png"/>
|
<link rel="icon" href="/favicon-solid.png" type="image/png"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<title>{pageTitle}</title>
|
<title>{pageTitle}</title>
|
||||||
<script src="../scripts/main.ts"></script>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-black text-white">
|
<body class="bg-black text-white">
|
||||||
<Navbar/>
|
<Navbar/>
|
||||||
@@ -24,6 +23,7 @@ const pageTitle = Astro.props.title ? `${Astro.props.title} - Corwin Perren` : "
|
|||||||
<slot/>
|
<slot/>
|
||||||
</main>
|
</main>
|
||||||
<Footer/>
|
<Footer/>
|
||||||
|
<script src="../scripts/main.ts"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user