mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +02:00
4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {};
|
|
|
|
export default nextConfig;
|