/** @type {import('next').NextConfig} */ const nextConfig = { sassOptions: { includePaths: ['./src/styles'], }, } export default nextConfig