Skip to content

Commit 3f49722

Browse files
committed
fix: use correct key for listings url
1 parent 4c16704 commit 3f49722

File tree

1 file changed

+1
-1
lines changed
  • pages/collections/la-rebellion/filmmakers

1 file changed

+1
-1
lines changed

pages/collections/la-rebellion/filmmakers/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const parsedFilmmakerListings = computed(() => {
135135
}
136136
137137
return {
138-
to: `/${obj._source.uri}`,
138+
to: `/${obj._source.to}`,
139139
title: obj._source.title,
140140
description: filmmakerDescription,
141141
image: parseImage(obj),

0 commit comments

Comments
 (0)