Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 authored and astrobot-houston committed Jun 19, 2024
1 parent 464f9d2 commit 7f767df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/isSubPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const categoryIndex: Partial<Record<ReturnType<typeof getPageCategory>, string>>
const parentIndex: Record<string, string> = {
'editor-setup': 'install-and-setup',
'guides/dev-toolbar': 'install-and-setup',
'guides/server-side-rendering':'guides/integrations-guide'
'guides/server-side-rendering': 'guides/integrations-guide',
};

/** Slugs of pages that appear at the top level even though they are in a sub-category. */
Expand Down

0 comments on commit 7f767df

Please sign in to comment.