You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: image cdn support
* chore: use tagged version in test
* chore: update gatsby
* chore: build before running test
* chore: refactor to allow image cdn to be disabled
* chore: add docs
image CDN and Gatsby Functions. It is installed automatically for all new Gatsby
8
+
sites.
8
9
9
10
> **Note:**
10
11
>
@@ -29,13 +30,16 @@ Gatsby sites need two plugins to support all features.
29
30
30
31
### Installing the Netlify build plugin
31
32
32
-
New Gatsby sites on Netlify automatically install the Essential Gatsby build plugin. You can confirm this in the build logs. If you need to install it
33
+
New Gatsby sites on Netlify automatically install the Essential Gatsby build
34
+
plugin. You can confirm this in the build logs. If you need to install it
33
35
manually, you have two options:
34
36
35
-
-[The Netlify UI](https://docs.netlify.com/configure-builds/build-plugins/#ui-installation). Here, you can search for "Essential Gatsby" and install the plugin.
Here, you can search for "Essential Gatsby" and install the plugin.
36
39
37
-
-[File-based plugin installation](https://docs.netlify.com/configure-builds/build-plugins/#file-based-installation). You can install the plugin as `@netlify/plugin-gatsby` in your `netlify.toml` file.
0 commit comments