This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
Frontend/next.config.mjs

5 lines
92 B
JavaScript
Raw Normal View History

2024-04-23 00:42:30 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;