Skip to content

Commit

Permalink
feat: add build cache settings (asyncapi#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 authored May 29, 2023
1 parent 7d2c4bb commit 80eca5e
Show file tree
Hide file tree
Showing 3 changed files with 3,231 additions and 265 deletions.
8 changes: 6 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
publish = "out"

[build.environment]
NODE_VERSION = "16.13.2"
NPM_VERSION = "8.1.2"
NETLIFY_NEXT_PLUGIN_SKIP = "true"
NODE_VERSION = "16.15.0"
NPM_VERSION = "8.5.5"

# Used by JSON Schema definitions fetched directly from AsyncAPI website
[[redirects]]
Expand All @@ -32,3 +33,6 @@ path = "/definitions/*"
[[edge_functions]]
function = "serve-definitions"
path = "/schema-store/*"

[[plugins]]
package = "@netlify/plugin-nextjs"
Loading

0 comments on commit 80eca5e

Please sign in to comment.