Skip to content

Commit

Permalink
Fix search category for integration guides (#8915)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Jul 24, 2024
1 parent 96425ba commit 2b22e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/getPageCategory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const categories = [
['guides/backend/', 'Recipes'],
['guides/cms/', 'Recipes'],
['guides/deploy/', 'Recipes'],
['guides/integrations-guide/', 'Recipes'],
['guides/integrations-guide/', 'Learn'],
['guides/migrate-to-astro/', 'Recipes'],
['guides/upgrade-to/', 'Upgrade Guides'],
['recipes/', 'Recipes'],
Expand Down

0 comments on commit 2b22e59

Please sign in to comment.