From 20d25e5a23ef091b19d4e241d646e60487ddc9a1 Mon Sep 17 00:00:00 2001 From: Coby Sher <63015754+CobyPear@users.noreply.github.com> Date: Mon, 26 Jul 2021 11:45:40 -0500 Subject: [PATCH] Remove '/dist' path from pathRewriteExcludeRoutes --- samples/node-headless-ssr-proxy/config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/node-headless-ssr-proxy/config.js b/samples/node-headless-ssr-proxy/config.js index b8485410ac..49e44cccfb 100644 --- a/samples/node-headless-ssr-proxy/config.js +++ b/samples/node-headless-ssr-proxy/config.js @@ -68,7 +68,6 @@ const config = { * pathRewriteExcludePredicate function instead: (url) => boolean; */ pathRewriteExcludeRoutes: [ - '/dist', '/assets', '/sitecore/api', '/api',