1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 14:25:31 -04:00
2022-05-12 09:21:30 -04:00
parent 4aaf80aec4
commit a624a8c30f
5 changed files with 22 additions and 16 deletions

View File

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