♫
📌 canary ▾
next.js
/
examples
/
with-firebase-hosting
/
src
/
next.config.js
next.config.js
5 lines
86 B
/**
@type
{import('next').NextConfig}
*/
module
.
exports
=
{
distDir:
"../.next"
,
};
v2.0.0
/
Go
SIGN IN