Skip to content

Commit

Permalink
fix: build error with Starlight v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Sep 20, 2023
1 parent c3e3a38 commit 32d33e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/starlight-openapi/libs/starlight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export function getPageProps(title: string, schema: Schema, pathItemOperation?:
tableOfContents: { minHeadingLevel: 2, maxHeadingLevel: 3 },
title,
},
slug: slug(title),
},
entryMeta: {
lang: locale,
Expand Down

0 comments on commit 32d33e8

Please sign in to comment.