5 lines
94 B
JavaScript
Raw Normal View History

2023-11-14 22:22:00 +03:00
/** @type {import('next').NextConfig} */
const nextConfig = {};
module.exports = nextConfig;