OneCosmicDev's picture
can you put some next.js?
da32bc7 verified
raw
history blame contribute delete
207 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ['static.photos'],
},
experimental: {
appDir: true,
},
}
module.exports = nextConfig