/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
// If you want to add any API routes, middleware, or special configs, add here
|
|
};
|
|
|
|
module.exports = nextConfig;
|
Powered by TurnKey Linux.