mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-03-14 06:20:26 +03:00
Add algolia search
This commit is contained in:
parent
bfcb5fbffc
commit
e46fba7f67
@ -13,7 +13,7 @@ const config: Config = {
|
||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||
baseUrl: "/",
|
||||
|
||||
deploymentBranch: 'gh-pages',
|
||||
deploymentBranch: "gh-pages",
|
||||
|
||||
// GitHub pages deployment config.
|
||||
// If you aren't using GitHub pages, you don't need these.
|
||||
@ -130,6 +130,11 @@ const config: Config = {
|
||||
theme: prismThemes.github,
|
||||
darkTheme: prismThemes.dracula,
|
||||
},
|
||||
algolia: {
|
||||
appId: "GCT2K03UR1",
|
||||
apiKey: "41b3073341af875e11a1de96cd00f535",
|
||||
indexName: "rehldsio",
|
||||
},
|
||||
} satisfies Preset.ThemeConfig,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user