1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 14:25:31 -04:00

update cache-control headers

This commit is contained in:
2022-06-13 20:07:12 -04:00
parent a63ea35463
commit 4e0ca9ff4d
9 changed files with 170 additions and 170 deletions

View File

@@ -1,7 +1,3 @@
/**
* @typedef {import("next").NextConfig} NextConfig
*/
const path = require("path");
const { PHASE_DEVELOPMENT_SERVER } = require("next/constants");
const withPlugins = require("next-compose-plugins");
@@ -19,7 +15,7 @@ module.exports = (phase, { defaultConfig }) => {
];
/**
* @type {NextConfig}
* @type {import("next").NextConfig}
*/
const nextConfig = {
swcMinify: true,