Skip to content

Commit

Permalink
Remove /asset from exportPathMap (vercel#6053)
Browse files Browse the repository at this point in the history
For some reason one test inconsistently failed.
  • Loading branch information
timneutkens authored Jan 14, 2019
1 parent ff5cf6d commit 189ac8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/export/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = (phase) => {
return {
'/': { page: '/' },
'/about': { page: '/about' },
'/asset': { page: '/asset' },
'/button-link': { page: '/button-link' },
'/get-initial-props-with-no-query': { page: '/get-initial-props-with-no-query' },
'/counter': { page: '/counter' },
Expand Down

0 comments on commit 189ac8b

Please sign in to comment.