nextjs-demo

next.js demo using react 19 rc

git clone https://9o.is/git/nextjs-demo.git

next.config.mjs

(92B)


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