Skip to content

Commit

Permalink
Fixing missing .default #38606 (#38816)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanForngren authored Jul 30, 2024
1 parent b86b00c commit 5d48a98
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 5d48a98

Please sign in to comment.