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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user