mirror of
https://github.com/Nezumi-2711/next-gdrive-index.git
synced 2026-09-22 20:01:36 +00:00
10 lines
175 B
JavaScript
10 lines
175 B
JavaScript
/* eslint-disable */
|
|
|
|
/** @type {import("next").NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
pageExtensions: ["tsx", "ts"],
|
|
};
|
|
|
|
module.exports = nextConfig;
|