algoliasearch-netlify
algoliasearch-netlify copied to clipboard
Official Algolia Plugin for Netlify. Index your website to Algolia when deploying your project to Netlify with the Algolia Crawler
Hi! We're using netlify to host https://ibis-project.org. The site is built using [Quarto](https://quarto.org) which supports Algolia for search. I would really like to use this plugin, but I cannot figure...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [css-loader](https://redirect.github.com/webpack-contrib/css-loader) | [`6.7.1` -> `6.11.0`](https://renovatebot.com/diffs/npm/css-loader/6.7.1/6.11.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [babel-loader](https://redirect.github.com/babel/babel-loader) | [`8.2.4` -> `8.4.1`](https://renovatebot.com/diffs/npm/babel-loader/8.2.4/8.4.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [node-sass](https://redirect.github.com/sass/node-sass) | [`7.0.1` -> `7.0.3`](https://renovatebot.com/diffs/npm/node-sass/7.0.1/7.0.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [webpack](https://redirect.github.com/webpack/webpack) | [`5.72.0` -> `5.94.0`](https://renovatebot.com/diffs/npm/webpack/5.72.0/5.94.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
The postinstall step specifies a command that is only available on UNIX based systems: https://github.com/algolia/algoliasearch-netlify/blob/2eaa84fffc67453a9e4b788a90bb4a1371f8303b/frontend/package.json#L17
A colleague recently has tried to `npm install` our [Website ](https://github.com/flowforge/website) since we added the Algolia plugin for Netlify, and hit the following error (reported [here](https://github.com/flowforge/website/issues/661) on our own repo):...
If time and resources permit, please consider adding the [autofocus option](https://www.algolia.com/doc/api-reference/widgets/search-box/js/#widget-param-autofocus) to Netlify's frontend bundle. At the moment, this is what I'm doing instead (improvements by JavaScript wizards welcome!): ```...
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
It seems that PR previews will trigger a full index if they have the same branch name as those defined in `plugins.inputs`. Is there a way to skip the index...