This project is configured for static export and deployment to GitHub Pages using GitHub Actions.
To deploy this application, you need:
- A GitHub repository hosting this code.
- Configured GitHub Secrets.
Navigate to your repository Settings > Secrets and variables > Actions and add the following repository secrets:
NEXT_PUBLIC_ALGOLIA_APP_IDNEXT_PUBLIC_ALGOLIA_API_KEYNEXT_PUBLIC_AGENT_ID
These variables are required during the build process to embed the configuration into the static files.
Ensure your repository is set to deploy via GitHub Actions:
- Go to Settings > Pages.
- Under Build and deployment, set Source to GitHub Actions.