ChrQR
8b2feffb1e
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m28s
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {};
|
|
|
|
export default nextConfig;
|