Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit fb1af43

Browse files
committed
feat(website): add search
1 parent f0f3433 commit fb1af43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ module.exports = {
77
organizationName: 'formatjs', // Usually your GitHub org/user name.
88
projectName: 'formatjs.github.io', // Usually your repo name.
99
themeConfig: {
10+
algolia: {
11+
apiKey: '64ffba7fb3e3ee96182a32b6bf44591f',
12+
indexName: 'formatjs',
13+
},
1014
navbar: {
1115
title: 'Format.JS',
1216
logo: {

0 commit comments

Comments
 (0)