We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18f7895 commit e9199ecCopy full SHA for e9199ec
1 file changed
app/routes/MdxRoute.res
@@ -299,7 +299,8 @@ let default = () => {
299
</>
300
} else if (
301
(pathname :> string)->String.includes("docs/manual") ||
302
- (pathname :> string)->String.includes("docs/react")
+ (pathname :> string)->String.includes("docs/react") ||
303
+ (pathname :> string)->String.includes("docs/guidelines")
304
) {
305
<>
306
<Meta title=title description={attributes.description->Nullable.getOr("")} />
0 commit comments