Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEyo1 authored Feb 5, 2024
1 parent 7223fd6 commit 4594be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/plugins/algolia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function addNoIndexClasses(content: string) {
export = {
getLinks: (pluginContext: PluginContext) => [
`<link rel="stylesheet" href="${ALGOLIA_CSS_URL}">`,
`<link rel="preconnect" href="https://${pluginContext.appID}-dsn.algolia.net" crossorigin />`,
`<link rel="preconnect" href="https://${pluginContext.appId}-dsn.algolia.net" crossorigin />`,
],
getScripts: (pluginContext: PluginContext) => [
`<script src="${ALGOLIA_JS_URL}"></script>`,
Expand Down

0 comments on commit 4594be7

Please sign in to comment.