Skip to content

Instantly share code, notes, and snippets.

@ppalms
Created April 23, 2024 16:24
Show Gist options
  • Save ppalms/9601427b6fd84deaeb36dcebfb551bc9 to your computer and use it in GitHub Desktop.
Save ppalms/9601427b6fd84deaeb36dcebfb551bc9 to your computer and use it in GitHub Desktop.
Amplify Next.js config
version: 1
frontend:
phases:
preBuild:
commands:
- yarn install --frozen-lockfile
build:
commands:
- yarn build
artifacts:
baseDirectory: .next
files:
- '**/*'
cache:
paths:
- node_modules/**/*
- .next/cache/**/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment