version 2 of my website
0
fork

Configure Feed

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

at main 16 lines 325 B view raw
1{ 2 "$schema": "https://starwind.dev/config-schema.json", 3 "tailwind": { 4 "css": "src/styles/starwind.css", 5 "baseColor": "neutral", 6 "cssVariables": true 7 }, 8 "componentDir": "src/components", 9 "utilsDir": "src/lib/utils", 10 "components": [ 11 { 12 "name": "separator", 13 "version": "1.0.1" 14 } 15 ] 16}