Skip to content

Commit

Permalink
add appConfigsRewritesRedirectsHeaders to app13.4.0 and fix buildComm…
Browse files Browse the repository at this point in the history
…ands
  • Loading branch information
dario-piotrowicz committed Aug 17, 2023
1 parent 6eddfbb commit ad0c1c3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions pages-e2e/fixtures/app13.4.0/main.fixture
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"simpleAppSsrRoutes",
"simpleAppStaticRoutesAndAssets",
"appMiddleware",
"appRouting"
"appRouting",
"appConfigsRewritesRedirectsHeaders"
],
"localSetup": "npm install",
"buildConfig": {
"buildCommand": "npx ../../../packages/next-on-pages",
"buildCommand": "npx --force ../../../packages/next-on-pages",
"buildOutputDirectory": ".vercel/output/static"
},
"deploymentConfig": {
Expand Down
2 changes: 1 addition & 1 deletion pages-e2e/fixtures/appLatest/main.fixture
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"localSetup": "./setup.sh",
"buildConfig": {
"buildCommand": "npx ../../../packages/next-on-pages",
"buildCommand": "npx --force ../../../packages/next-on-pages",
"buildOutputDirectory": ".vercel/output/static"
},
"deploymentConfig": {
Expand Down
2 changes: 1 addition & 1 deletion pages-e2e/fixtures/pages12.3.0/main.fixture
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"localSetup": "npm install",
"buildConfig": {
"buildCommand": "npx ../../../packages/next-on-pages",
"buildCommand": "npx --force ../../../packages/next-on-pages",
"buildOutputDirectory": ".vercel/output/static"
},
"deploymentConfig": {
Expand Down
2 changes: 1 addition & 1 deletion pages-e2e/fixtures/pages13.0.0/main.fixture
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"localSetup": "npm install",
"buildConfig": {
"buildCommand": "npx ../../../packages/next-on-pages",
"buildCommand": "npx --force ../../../packages/next-on-pages",
"buildOutputDirectory": ".vercel/output/static"
},
"deploymentConfig": {
Expand Down
2 changes: 1 addition & 1 deletion pages-e2e/fixtures/pagesLatest/main.fixture
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"localSetup": "./setup.sh",
"buildConfig": {
"buildCommand": "npx ../../../packages/next-on-pages",
"buildCommand": "npx --force ../../../packages/next-on-pages",
"buildOutputDirectory": ".vercel/output/static"
},
"deploymentConfig": {
Expand Down

0 comments on commit ad0c1c3

Please sign in to comment.