fix various build issues
This commit is contained in:
@ -13,7 +13,7 @@ import { notFound } from "next/navigation";
|
||||
export async function generateStaticParams() {
|
||||
const allVenueSlugsQuery = graphql(`
|
||||
query allVenueSlugs {
|
||||
pages(contentType: "venues.VenuePage") {
|
||||
pages(contentType: "venues.VenuePage", limit: 100) {
|
||||
id
|
||||
slug
|
||||
}
|
||||
|
Reference in New Issue
Block a user