Select the types of activity you want to include in your feed.
1/** @type {import('tailwindcss').Config} */ 2export default { 3 content: ['./src/**/*.{html,js,svelte,ts}'], 4 theme: { 5 extend: {} 6 }, 7 plugins: [require("daisyui")], 8 daisyui: { 9 themes: true 10 } 11};