From 124bdcec5e5ac37f75c6e738e0ffcd2dc4a68449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Leszczyk?= Date: Wed, 25 May 2022 15:28:48 +0200 Subject: [PATCH] wip --- packages/dashboard-v2/gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard-v2/gatsby-config.js b/packages/dashboard-v2/gatsby-config.js index d087fa65..386e0781 100644 --- a/packages/dashboard-v2/gatsby-config.js +++ b/packages/dashboard-v2/gatsby-config.js @@ -11,7 +11,7 @@ module.exports = { title: `Account Dashboard`, siteUrl: `https://account.${GATSBY_PORTAL_DOMAIN}`, }, - pathPrefix: "/v2", + // pathPrefix: "/v2", trailingSlash: "never", plugins: [ "gatsby-plugin-image",