Files
next-gdrive-index/next.config.js
T
2023-04-21 21:07:19 +07:00

7 lines
118 B
JavaScript

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