Skip to content

Commit

Permalink
revert: re-enable Algolia search
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Apr 1, 2024
1 parent dff9442 commit 93d818a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ export default defineConfig({
SiteTitle: "./src/components/SiteTitle.astro",
},
plugins: [
// starlightDocSearch({
// appId: "JXZNTZ86UN",
// apiKey: "96faee2ebdaf4a8a66d0f810c635bfec",
// indexName: "astronvim",
// }),
starlightDocSearch({
appId: "JXZNTZ86UN",
apiKey: "96faee2ebdaf4a8a66d0f810c635bfec",
indexName: "astronvim",
}),
starlightLinksValidator(),
starlightImageZoom(),
],
Expand Down

0 comments on commit 93d818a

Please sign in to comment.