The source code for our eny.social landing page, which is mirrored in a different repository as part of the CI setup. eny.social
social-network eny local-first
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 133 B view raw
1import type { NextConfig } from "next"; 2 3const nextConfig: NextConfig = { 4 /* config options here */ 5}; 6 7export default nextConfig;