Skip to content

Commit

Permalink
Fixing missing .default gatsbyjs#38606
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanForngren authored Jan 22, 2024
1 parent 3d4d6a6 commit 85bd265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-adapter-netlify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npm install gatsby-adapter-netlify
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.

```js
const adapter = require("gatsby-adapter-netlify")
const adapter = require("gatsby-adapter-netlify").default

module.exports = {
adapter: adapter({
Expand Down

0 comments on commit 85bd265

Please sign in to comment.