m-oauth/next.config.js
2024-10-16 21:00:00 +08:00

9 lines
209 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ["cdn.jsdelivr.net", "github.com", "cdn.simpleicons.org"],
},
};
module.exports = nextConfig;