omdb/next.config.js

5 lines
94 B
JavaScript
Raw Normal View History

2023-08-15 23:11:06 +00:00
/** @type {import('next').NextConfig} */
2023-09-05 21:42:50 +00:00
const nextConfig = {};
2023-08-15 23:11:06 +00:00
2023-09-05 21:42:50 +00:00
module.exports = nextConfig;