-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Algolia search POC. #24
base: main
Are you sure you want to change the base?
Conversation
Someone is attempting to deploy this pull request to the FFW Sandbox Team on Vercel. To accomplish this, the commit author's email address needs to be associated with a GitHub account. Learn more about how to change the commit author information. |
@mrtag23 is attempting to deploy a commit to the FFW Sandbox Team on Vercel. To accomplish this, @mrtag23 needs to request access to the Team. Afterwards, an owner of the Team is required to accept their membership request. If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account. |
19d58cc
to
9efbdca
Compare
You must have Developer access to commit code to FFW Sandbox on Vercel. If you contact an administrator and receive Developer access, commit again to see your changes. Learn more: https://vercel.com/docs/concepts/teams/roles-and-permissions#enterprise-team-account-roles |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Here's a simple Algolia search integration POC.
To test it you'll need to create an algolia account and update the
.env.local
with required data(readme file was updated to reflect that). Then run thepostbuild
script to create the search index.