/** @type {import('next').NextConfig} */ const withPWA = require('next-pwa')({ dest: 'public', register: true, skipWaiting: true, }); module.exports = withPWA({ reactStrictMode: true, // you can add more custom Next.js config here });