Skip to content

Commit

Permalink
Merge pull request #67 from directus/connorwinston/web-360-replace-se…
Browse files Browse the repository at this point in the history
…arch-with-algolia

feat: Change Search to Algolia
  • Loading branch information
connorwinston authored Dec 6, 2024
2 parents 4f70f95 + 698abf5 commit eded0cb
Show file tree
Hide file tree
Showing 25 changed files with 4,447 additions and 7,083 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
NUXT_PUBLIC_SITE_URL=http://localhost:3000
NUXT_SITE_ENV=preview
NUXT_PUBLIC_INKEEP_API_KEY=1cc5c5549ed34af9402c9370e3f5f3a095e6c8daafdfa955
NUXT_PUBLIC_NEWSLETTER_URL=https://product-team.directus.app/flows/trigger/webhook_id
NUXT_PUBLIC_PRODUCT_DIRECTUS_URL=https://product-team.directus.app
NUXT_IMAGE_DOMAINS="product-team.directus.app"
POSTHOG_API_KEY="phc_api_key"
POSTHOG_API_HOST="https://us.i.posthog.com"
ALGOLIA_API_KEY="api_key"
ALGOLIA_APPLICATION_ID="application_id"
26 changes: 0 additions & 26 deletions app/app.config.ts

This file was deleted.

6 changes: 6 additions & 0 deletions app/assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ pre {
svg.icon {
margin-bottom: 4px;
}
video {
width: 100%;
border-radius: var(--border-radius);
overflow: hidden;
margin-bottom: 1rem;
}
}

.section-title {
Expand Down
1 change: 1 addition & 0 deletions app/components/DefaultLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ const route = useRoute();
</HeaderHat>
<HeaderNav />
<slot />
<LayoutFooter />
</div>
</template>
Loading

0 comments on commit eded0cb

Please sign in to comment.