mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-10-17 03:50:40 -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;
|