Files
mrhavens.one/next.config.mjs
T

7 lines
121 B
JavaScript
Raw Normal View History

2026-06-03 04:43:55 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
/* config options here */
};
export default nextConfig;