next.config.js

1/** @type {import('next').NextConfig} */
2const nextConfig = {};
3module.exports = nextConfig;