From 6be102bb4e07cb14804b89f5fb53fb26620d2ae4 Mon Sep 17 00:00:00 2001 From: Jack Rosati <168000881+jrosati-burwood@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:48:18 -0500 Subject: [PATCH 1/2] Bugfix/merge conflict (#292) Co-authored-by: Jared Trouth <74978887+jtrouth@users.noreply.github.com> From df5097da5990553ca5bfc9710b96a4ddaae643ed Mon Sep 17 00:00:00 2001 From: Jack Rosati <168000881+jrosati-burwood@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:42:09 -0500 Subject: [PATCH 2/2] Change build id return (#298) --- next.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/next.config.js b/next.config.js index 602389a0..a913e649 100644 --- a/next.config.js +++ b/next.config.js @@ -1,7 +1,6 @@ // eslint-disable-next-line @typescript-eslint/no-var-requires const path = require("path"); -// eslint-disable-next-line @typescript-eslint/no-var-requires -const nextBuildId = require("next-build-id"); + let API_URL; @@ -18,7 +17,7 @@ if ( module.exports = { async generateBuildId() { - return nextBuildId({ dir: __dirname }); + return "investigations-client-next-build-id"; }, async rewrites() { return [