From d60dd87fd604e7075e3a834eb906c56d9624bcab Mon Sep 17 00:00:00 2001 From: Pawel Date: Thu, 10 Oct 2024 17:05:10 +0200 Subject: [PATCH] update deployment configuration for website --- website/next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/next.config.js b/website/next.config.js index cc4bb39b..614eae75 100644 --- a/website/next.config.js +++ b/website/next.config.js @@ -12,4 +12,5 @@ module.exports = withNextra({ loader: "akamai", path: "", }, + basePath: "/reactgrid", });