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
Copy file name to clipboardExpand all lines: README.md
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,7 @@
2
2
3
3
# Essential Gatsby Plugin - v2
4
4
5
-
The Essential Gatsby build plugin enables caching of builds, and adds supports
6
-
for SSR and DSG
5
+
The Essential Gatsby build plugin enables caching of builds, SSR and DSG
7
6
[render modes](https://v4.gatsbyjs.com/docs/conceptual/rendering-options/) and
8
7
Gatsby Functions. It is installed automatically for all new Gatsby sites.
9
8
@@ -25,20 +24,18 @@ Gatsby sites need two plugins to support all features.
25
24
1. The Netlify build plugin, called "Essential Gatsby" or
26
25
`@netlify/plugin-gatsby`. This is installed automatically for all Gatsby
27
26
sites deployed to Netlify.
28
-
2. The Gatsby plugin `gatsby-plugin-netlify`, which needs to be manually
27
+
2. The Gatsby plugin `gatsby-plugin-netlify`. This needs to be manually
29
28
installed.
30
29
31
30
### Installing the Netlify build plugin
32
31
33
-
New Gatsby sites will have the Essential Gatsby build plugin installed
34
-
automatically. You can confirm this in the build logs. If you need to install it
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
35
33
manually, you have two options:
36
34
37
-
1. Search for "Essential Gatsby" and install the plugin
38
-
[from the Netlify UI](https://docs.netlify.com/configure-builds/build-plugins/#ui-installation)
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.
39
36
40
-
2. Install the plugin as `@netlify/plugin-gatsby`using
-[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