We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cc444 commit 116b183Copy full SHA for 116b183
.github/workflows/deploy.yml
@@ -27,7 +27,6 @@ jobs:
27
- name: Build site
28
run: |
29
yarn run build
30
- yarn run export
31
env:
32
NEXT_PUBLIC_CONTENTFUL_SPACE_ID: ${{ secrets.NEXT_PUBLIC_CONTENTFUL_SPACE_ID }}
33
NEXT_PUBLIC_CONTENTFUL_ACCESS_TOKEN: ${{ secrets.NEXT_PUBLIC_CONTENTFUL_ACCESS_TOKEN }}
package.json
@@ -6,7 +6,6 @@
6
"dev": "next dev",
7
"build": "export NODE_OPTIONS=--openssl-legacy-provider && next build",
8
"start": "next start",
9
- "export": "next export",
10
"lint": "next lint"
11
},
12
"dependencies": {
0 commit comments