Select the types of activity you want to include in your feed.
1/** @type {import('next').NextConfig} */ 2const nextConfig = { 3 reactStrictMode: false, 4}; 5 6module.exports = nextConfig;