Next.js Discord

Discord Forum

Images getting download on repeat on <Image /> tag

Unanswered
Gray Kingbird posted this in #help-forum
Open in Discord
Gray KingbirdOP
this is the next config:
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
reactStrictMode: true,
images: {
domains: ['tkimages.axisdata.net'],
unoptimized: true,
},
};

module.exports = nextConfig

0 Replies