build: use module

This commit is contained in:
iCrawl
2022-08-23 07:55:41 +02:00
parent b16ab8c69f
commit 8e4f77a63b
9 changed files with 27 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
/**
* @type {import('next').NextConfig}
*/
module.exports = {
export default {
reactStrictMode: true,
swcMinify: true,
eslint: {