Skip to content

Commit 28d5b7f

Browse files
authored
Enable an Algolia facet for AWS vs Snowflake (#142)
1 parent a28a8c1 commit 28d5b7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ export default defineConfig({
200200
appId: 'XBW1JU7CW5',
201201
apiKey: '6b0341e2f50196d328d088dbb5cd6166',
202202
indexName: 'localstack',
203+
searchParameters: {
204+
facets: ['lvl0'],
205+
},
203206
}),
204207
],
205208
sidebar: [

0 commit comments

Comments
 (0)