Files
daedalOS/next.config.js
2021-12-27 19:59:21 -08:00

12 lines
160 B
JavaScript

// @ts-check
/**
* @type {import('next').NextConfig}
* */
const nextConfig = {
reactStrictMode: true,
swcMinify: false,
};
module.exports = nextConfig;