index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
next.config.mjs
blob: 4678774e6d606704bce1897a5dab960cd798bf66 (
plain
) (
blame
)
1
2
3
4
/**
@
type
{
import('next').NextConfig
}
*/
const
nextConfig
=
{};
export
default
nextConfig
;