Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/canary' into azure/test-timings
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 22, 2020
2 parents 12f4658 + 999b8ce commit fd11f57
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
6 changes: 0 additions & 6 deletions examples/gh-pages/next.config.js
Expand Up @@ -5,11 +5,5 @@
const debug = process.env.NODE_ENV !== 'production'

module.exports = {
exportPathMap: function() {
return {
'/': { page: '/' },
'/about': { page: '/about' },
}
},
assetPrefix: !debug ? '/Next-gh-page-example/' : '',
}
8 changes: 0 additions & 8 deletions examples/with-dynamic-import/next.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion test/integration/production/test/index.test.js
Expand Up @@ -718,5 +718,5 @@ describe('Production Usage', () => {
dynamicImportTests(context, (p, q) => renderViaHTTP(context.appPort, p, q))

processEnv(context)
security(context)
if (browserName !== 'safari') security(context)
})

0 comments on commit fd11f57

Please sign in to comment.