Select the types of activity you want to include in your feed.
1import { defineConfig, presetIcons, presetWind4 } from "unocss"; 2 3export default defineConfig({ 4 presets: [presetIcons(), presetWind4()], 5});