m-oauth/next.config.js
SevicheCC f17e33311d
Revert "chore: try static deploy"
This reverts commit c59a553b6f.
2023-06-08 15:57:06 +08:00

12 lines
250 B
JavaScript

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