startech-api / next.config.mjs
persee-tech's picture
Déploiement final Startech V1
47cf216
raw
history blame contribute delete
181 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
images: {
unoptimized: true,
},
}
export default nextConfig