fix: Improve build performance of artist pages (#234)

This commit is contained in:
Mani
2025-02-02 20:46:59 +01:00
committed by GitHub
parent 6e41d6d55f
commit 2023d85579
+12
View File
@@ -68,6 +68,10 @@ export const INCLUDES = {
song: "_",
artist: "_",
},
ArtistMembership: {
group: "_",
member: "_",
},
FeaturedTheme: {
entry: "animethemeentry",
video: "video",
@@ -136,6 +140,14 @@ const ALLOWED_INCLUDES: Record<string, Array<string>> = {
"songs.animethemes.anime",
"members",
"groups",
"groups.songs.artists",
"groups.songs.animethemes.song",
"groups.songs.animethemes.group",
"groups.songs.animethemes.song.artists",
"groups.songs.animethemes.anime.images",
"groups.songs.animethemes.animethemeentries",
"groups.songs.animethemes.animethemeentries.videos",
"groups.songs.animethemes.animethemeentries.videos.audio",
"resources",
"images",
"songs.artists",