/** @type {import('next').NextConfig} */ const nextConfig = { sassOptions: { silenceDeprecations: ['legacy-js-api'], }, } module.exports = nextConfig