Skip to content

Commit

Permalink
Update nextjs confign build id (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Trouth <[email protected]>
  • Loading branch information
jrosati-burwood and jtrouth authored Oct 30, 2024
1 parent 7cf96d1 commit 4f59a77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -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;

Expand All @@ -18,7 +17,7 @@ if (

module.exports = {
async generateBuildId() {
return nextBuildId({ dir: __dirname });
return "investigations-client-next-build-id";
},
async rewrites() {
return [
Expand Down

0 comments on commit 4f59a77

Please sign in to comment.