Skip to content

Commit f439a29

Browse files
JohanForngrenserhalp
authored andcommitted
Fixing missing .default #38606
1 parent b86b00c commit f439a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-adapter-netlify/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ npm install gatsby-adapter-netlify
2626
Add `gatsby-adapter-netlify` to your [`gatsby-config`](https://www.gatsbyjs.com/docs/reference/config-files/gatsby-config/) and configure the [`adapter`](https://www.gatsbyjs.com/docs/reference/config-files/gatsby-config/#adapter) option.
2727

2828
```js
29-
const adapter = require("gatsby-adapter-netlify")
29+
const adapter = require("gatsby-adapter-netlify").default
3030

3131
module.exports = {
3232
adapter: adapter({

0 commit comments

Comments
 (0)