From 189ac8bb1b9be0ea617f1ee855fd2e4d9150b067 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Mon, 14 Jan 2019 15:32:55 +0100 Subject: [PATCH] Remove /asset from exportPathMap (#6053) For some reason one test inconsistently failed. --- test/integration/export/next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/export/next.config.js b/test/integration/export/next.config.js index d4cffa6a1c..ac101b11cd 100644 --- a/test/integration/export/next.config.js +++ b/test/integration/export/next.config.js @@ -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' }, -- GitLab