drfeely.com/next.config.js

5 lines
94 B
JavaScript
Raw Normal View History

2023-07-23 14:44:58 +00:00
/** @type {import('next').NextConfig} */
2023-07-23 22:26:35 +00:00
const nextConfig = {};
2023-07-23 14:44:58 +00:00
2023-07-23 22:26:35 +00:00
module.exports = nextConfig;