rtgk-screen-web/next.config.js

12 lines
171 B
JavaScript
Raw Permalink Normal View History

2024-06-20 11:26:44 +08:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
loader: 'imgix',
path: '',
},
}
module.exports = nextConfig