Images getting download on repeat on <Image /> tag
Unanswered
Gray Kingbird posted this in #help-forum
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
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
reactStrictMode: true,
images: {
domains: ['tkimages.axisdata.net'],
unoptimized: true,
},
};
module.exports = nextConfig