youtube-search / next.config.js
soiz1's picture
Upload 30 files
606df3b verified
raw
history blame contribute delete
90 Bytes
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true
}