Skip to content

Commit

Permalink
enable gatsby-adapter-netlify to speed up builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Oct 6, 2023
1 parent c4cac38 commit 6463562
Show file tree
Hide file tree
Showing 3 changed files with 626 additions and 12 deletions.
4 changes: 4 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@

const path = require('path')
const locales = require('./locales/i18n')
const adapter = require('gatsby-adapter-netlify')

module.exports = {
adapter: adapter({
excludeDatastoreFromEngineFunction: false,
}),
siteMetadata: {
title: 'Adoptium',
description: 'Eclipse Adoptium provides prebuilt OpenJDK binaries from a fully open source set of build scripts and infrastructure. Supported platforms include Linux, macOS, Windows, ARM, Solaris, and AIX.',
Expand Down
Loading

0 comments on commit 6463562

Please sign in to comment.