Skip to content

Commit

Permalink
add needed information of Algolia
Browse files Browse the repository at this point in the history
  • Loading branch information
y0sh1ne committed Jun 27, 2024
1 parent a8972ef commit a1ed083
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,10 @@ const config: Config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
algolia: {
// The application ID provided by Algolia
appId: 'x',

// Public API key: it is safe to commit it
apiKey: 'x',

indexName: 'y0sh1ne',
algolia: {// The information provided by Algolia, safe to commit it
appId: 'AQAO8AOGGJ',
apiKey: 'aa067878c0dc27ebd0742a7c146e6fd5',
indexName: 'y0sh1neio',
}
} satisfies Preset.ThemeConfig,
};
Expand Down

0 comments on commit a1ed083

Please sign in to comment.