cf7d8890c1
* Add link to components to README * use components meet version * update readme * fix index styles * update components * update components * update components
7 lines
140 B
JavaScript
7 lines
140 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: false,
|
|
swcMinify: true,
|
|
};
|
|
|
|
module.exports = nextConfig;
|