Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
mudeer-web
/
Filename :
next.config.js
back
Copy
/** @type {import('next').NextConfig} */ const nextConfig = { images: { domains: [ 'mudeer-bucket.s3.us-east-1.amazonaws.com' ], }, eslint: { ignoreDuringBuilds: true, }, typescript: { ignoreBuildErrors: true, }, async headers() { return [ { source: '/firebase-messaging-sw.js', headers: [ { key: 'Cache-Control', value: 'no-cache, no-store, must-revalidate', }, { key: 'Content-Type', value: 'application/javascript; charset=utf-8', }, ], }, ]; }, } module.exports = nextConfig