Renamed taxonomy album to category
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 4s

This commit is contained in:
2025-02-25 01:01:48 +01:00
parent cefae0c90c
commit b54ecf23a8
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ build_search_index = false
generate_feeds = false
taxonomies = [
{ name = "album" },
{ name = "category" },
{ name = "artist" },
]