siGit
Sign in
@sigit
/
nord
nord
/
next.config.mjs
Code
mjs
4 lines
92 Bytes
Raw
1
/** @type {import('next').NextConfig} */
2
const
nextConfig
=
{};
3
4
export
default
nextConfig
;