mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Remove /asset from exportPathMap (#6053)
For some reason one test inconsistently failed.
This commit is contained in:
parent
ff5cf6d4de
commit
189ac8bb1b
|
@ -7,7 +7,6 @@ module.exports = (phase) => {
|
||||||
return {
|
return {
|
||||||
'/': { page: '/' },
|
'/': { page: '/' },
|
||||||
'/about': { page: '/about' },
|
'/about': { page: '/about' },
|
||||||
'/asset': { page: '/asset' },
|
|
||||||
'/button-link': { page: '/button-link' },
|
'/button-link': { page: '/button-link' },
|
||||||
'/get-initial-props-with-no-query': { page: '/get-initial-props-with-no-query' },
|
'/get-initial-props-with-no-query': { page: '/get-initial-props-with-no-query' },
|
||||||
'/counter': { page: '/counter' },
|
'/counter': { page: '/counter' },
|
||||||
|
|
Loading…
Reference in a new issue