add custom image model, fetch alt text
This commit is contained in:
@@ -37,6 +37,7 @@ export default async function Page({ params }: { params: { slug: string } }) {
|
||||
}
|
||||
`);
|
||||
|
||||
|
||||
const { data, error } = await getClient().query(eventBySlugQuery, {
|
||||
slug: params.slug,
|
||||
});
|
||||
|
Reference in New Issue
Block a user