Files
next-gdrive-index/next.config.js
T

10 lines
175 B
JavaScript

/* eslint-disable */
/** @type {import("next").NextConfig} */
const nextConfig = {
reactStrictMode: true,
pageExtensions: ["tsx", "ts"],
};
module.exports = nextConfig;