Files
timmypidashev.dev/src/web/next.config.mjs
T
2024-03-16 22:51:31 -07:00

5 lines
92 B
JavaScript

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