« get me outta code hell

linkArtistGallery.js « dependencies « content « src - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/linkArtistGallery.js
blob: 001eec1f471a77b6a556bb1e7f53d9976ad8da2b (plain)
1
2
3
4
5
6
export default {
  relations: (relation, artist) =>
    ({link: relation('linkThing', 'localized.artistGallery', artist)}),

  generate: (relations) => relations.link,
};