Skip to content

Commit 6d55a58

Browse files
committed
feat(integrations): add Sites category to integration categories
1 parent ea60df0 commit 6d55a58

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib/constants.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ export const integrationCategoryDescriptions: IntegrationCategory[] = [
101101
heading: 'Search',
102102
description: 'Implement search functionalities'
103103
},
104+
{
105+
slug: 'sites',
106+
heading: 'Sites',
107+
description: 'Deploy and host web applications'
108+
},
104109
{
105110
slug: 'storage',
106111
heading: 'Storage',

0 commit comments

Comments
 (0)