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
<!-- All sites deployed to Netlify with Gatsby will automatically install this plugin
26
-
for a seamless experience.
22
+
Gatsby sites need two plugins to support all features.
27
23
28
-
This means that you don't have to do anything — just build and deploy your site
29
-
to Netlify as usual and we'll handle the rest.
24
+
1. The Netlify build plugin, called "Essential Gatsby" or
25
+
`@netlify/plugin-gatsby`. This is installed automatically for all Gatsby
26
+
sites deployed to Netlify.
27
+
2. The Gatsby plugin `gatsby-plugin-netlify`. This needs to be manually
28
+
installed.
30
29
31
-
You're able to
32
-
[remove the plugin](https://docs.netlify.com/configure-builds/build-plugins/#remove-a-plugin)
33
-
at any time by visiting the **Plugins** tab for your site in the Netlify UI. -->
30
+
### Installing the Netlify build plugin
34
31
35
-
There are three steps to enable support for Gatsby 4 in your Netlify site. This
36
-
includes installing _two_ plugins: a Netlify build plugin called "Essential
37
-
Gatsby Plugin", and a Gatsby plugin called "gatsby-plugin-netlify":
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
+
manually, you have two options:
38
34
39
-
-[Install version 2 beta of `@netlify/plugin-gatsby`](#install-the-netlify-build-plugin)
40
-
(the Netlify build plugin)
41
-
-[Install version 4 beta of `gatsby-plugin-netlify`](#install-the-gatsby-plugin)
42
-
(the Gatsby plugin)
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.
43
36
44
-
### Install the Netlify build plugin
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.
38
+
45
39
46
-
1. Create a `netlify.toml` in the root of your project. Your file should include
0 commit comments