foss_alternatives/next.config.mjs
2024-09-09 13:36:21 +02:00

4 lines
92 B
JavaScript

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