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 0d4fb6b
Show file tree
Hide file tree
Showing 3 changed files with 625 additions and 12 deletions.
3 changes: 3 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ const path = require('path')
const locales = require('./locales/i18n')

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 0d4fb6b

Please sign in to comment.