[READ-ONLY] Mirror of https://github.com/flo-bit/bluesky-wordcloud. showing a wordcloud of all english bluesky posts in the last 10 seconds flo-bit.dev/bluesky-visualizers/wordcloud
0

Configure Feed

Select the types of activity you want to include in your feed.

bluesky-wordcloud / tailwind.config.ts
169 B 11 lines
1import type { Config } from 'tailwindcss'; 2 3export default { 4 content: ['./src/**/*.{html,js,svelte,ts}'], 5 6 theme: { 7 extend: {} 8 }, 9 10 plugins: [] 11} satisfies Config;