Select the types of activity you want to include in your feed.
1/** @type {import('next').NextConfig} */ 2const nextConfig = { 3 output: "export", 4 images: { 5 unoptimized: true, 6 }, 7 reactStrictMode: true, 8}; 9 10export default nextConfig;