stack/examples/demo/next.config.js
2025-12-26 08:13:34 -08:00

5 lines
93 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {}
module.exports = nextConfig