CoolFace
Apppublic

thinkingEverytime/QuantOracle

sourceHugging Faceupdated 6mo agoView on Hugging Face
1likes
next.config.mjs9 linesDownload Raw Back to web
1/** @type {import('next').NextConfig} */2const nextConfig = {3  experimental: {4    typedRoutes: true5  }6}7 8export default nextConfig9