Spotify integration

This commit is contained in:
2025-06-03 14:31:38 -06:00
parent 9491ef1c40
commit 7e2a8e3bf7
9 changed files with 513 additions and 37 deletions

View File

@ -26,6 +26,7 @@ export default defineConfig({
integrations: [preact(), mdx(), icon({
include: {
mdi: ["clock", "tag", "arrow-right", "link", "email", "rss", "download", "web", "arrow-left"],
"simple-icons": ["spotify", "gitea", "bluesky", "react", "typescript", "astro", "go", "postgresql", "redis", "docker", "github", "linkedin"],
},
}),
],