Files
mrhavens.one/next.config.mjs
T
2026-06-03 04:43:55 +00:00

7 lines
121 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
/* config options here */
};
export default nextConfig;