youtube-downloader/next.config.js
2023-04-27 14:38:02 +01:00

6 lines
118 B
JavaScript

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