Select the types of activity you want to include in your feed.
1/** @type {import('postcss-load-config').Config} */ 2const config = { 3 plugins: { "@tailwindcss/postcss": {} }, 4}; 5 6export default config;