pension-app/next.config.js

10 lines
165 B
JavaScript
Raw Permalink Normal View History

2022-07-02 22:00:47 +08:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
2022-07-03 23:50:50 +08:00
// images: {
// loader: "custom"
// },
2022-07-02 22:00:47 +08:00
}
module.exports = nextConfig