mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-07-11 01:24:31 +02:00
fix: Improve build performance of artist pages (#234)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user