www/next.config.mjs
2024-07-03 13:53:54 +02:00

4 lines
92 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;