5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const config = {};
|
|
|
|
export default config;
|