shithub
vmi-virtual-memorial
/
vmi-wd-frontend
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
vmi-wd-frontend
Public
Watch
0
Fork
0
Star
0
vmi-wd-frontend
/
next.config.mjs
JavaScript · 92 bytes
Raw
Blame
History
1
/** @type {import('next').NextConfig} */
2
const
nextConfig
=
{};
3
4
export
default
nextConfig
;