Select the types of activity you want to include in your feed.
1import type { NextConfig } from "next"; 2 3const nextConfig: NextConfig = { 4 reactCompiler: true, 5}; 6 7export default nextConfig;