Files
RSSHub/next.config.js
T
2024-03-22 22:14:43 +08:00

7 lines
122 B
JavaScript

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