From 537dbe77edeb3f803929d62b186560acb7f647f4 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 14 Mar 2024 15:00:36 +0100 Subject: [PATCH] WIP: deployable --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 5d8a7a4..9fdd4d2 100644 --- a/next.config.js +++ b/next.config.js @@ -4,5 +4,5 @@ module.exports = { i18n, transpilePackages: ["@refinedev/nextjs-router"], output: "standalone", - baseUrl: "https://manager.testbed.pid.gwdg.de/ + baseUrl: "https://manager.testbed.pid.gwdg.de/" }; -- GitLab