Select the types of activity you want to include in your feed.
1module.exports = { 2 plugins: { 3 tailwindcss: { config: "./tailwind.config.cjs" }, 4 }, 5};