Skip to content
Snippets Groups Projects
next.config.js 94 B
/** @type {import('next').NextConfig} */
const nextConfig = {};

module.exports = nextConfig;