shithub
zeroed-some
/
bashamole
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
bashamole
Public
Watch
0
Fork
0
Star
0
bashamole
/
frontend
/
next.config.ts
TypeScript · 133 bytes
Raw
Blame
History
1
import
type
{
NextConfig
}
from
"next"
;
2
3
const
nextConfig
:
NextConfig
=
{
4
/* config options here */
5
};
6
7
export
default
nextConfig
;