♫
📌 canary ▾
next.js
/
examples
/
with-graphql-hooks
/
next.config.mjs
next.config.mjs
5 lines
92 B
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;
v2.0.0
/
Go
SIGN IN