1
0
Fork 0
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:
Tim Neutkens 2019-01-14 15:32:55 +01:00 committed by GitHub
parent ff5cf6d4de
commit 189ac8bb1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' },