Skip to content

Commit

Permalink
add netlify adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcat committed May 31, 2024
1 parent 32f4ae0 commit fbecc36
Show file tree
Hide file tree
Showing 3 changed files with 1,074 additions and 2 deletions.
6 changes: 5 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
const adapter = require("gatsby-adapter-netlify")
/**
* @type {import('gatsby').GatsbyConfig}
*/
Expand All @@ -7,4 +8,7 @@ module.exports = {
siteUrl: `https://www.guildedscrubber.com`,
},
plugins: ['gatsby-plugin-sass'],
};
adapter: adapter({
excludeDatastoreFromEngineFunction: false,
}),
}
Loading

0 comments on commit fbecc36

Please sign in to comment.