mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-03 21:54:49 -04:00
10 lines
141 B
JavaScript
Executable File
10 lines
141 B
JavaScript
Executable File
/**
|
|
* @type {import("next").NextConfig}
|
|
*/
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
swcMinify: true,
|
|
};
|
|
|
|
module.exports = nextConfig;
|