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