youtube-downloader/next.config.js
2023-04-28 11:18:10 +01:00

6 lines
120 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
module.exports = nextConfig;