add cache-control header to images

This commit is contained in:
Dawid Wysokiński 2021-04-15 06:16:28 +02:00
parent 3916917b37
commit 008abd9b47
4 changed files with 18 additions and 3 deletions

View File

@ -6,4 +6,18 @@ module.exports = {
images: {
domains: ['localhost', 'cdn.zdamegzaminzawodowy.pl'],
},
async headers() {
return [
{
source: '/:all*(gif|jpe?g|tiff|png|webp|bmp|svg|ico)',
locale: false,
headers: [
{
key: 'Cache-Control',
value: 'public, max-age=2629746, must-revalidate',
},
],
},
];
},
};

View File

@ -7,6 +7,7 @@
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"start:production": "NODE_ENV=production yarn run start",
"codegen": "graphql-codegen"
},
"dependencies": {

View File

@ -1,5 +1,5 @@
import '@kichiyaki/roboto';
import { useEffect, useMemo } from 'react';
import { useEffect } from 'react';
import { AppProps } from 'next/app';
import ThemeProvider from 'libs/material-ui/ThemeProvider';

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://zdamegzaminzawodowy.pl</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2021-04-14T17:52:07.298Z</lastmod></url>
<url><loc>https://zdamegzaminzawodowy.pl/polityka-prywatnosci</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2021-04-14T17:52:07.298Z</lastmod></url>
<url><loc>https://zdamegzaminzawodowy.pl</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2021-04-15T04:11:26.489Z</lastmod></url>
<url><loc>https://zdamegzaminzawodowy.pl/polityka-prywatnosci</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2021-04-15T04:11:26.490Z</lastmod></url>
</urlset>