Skip to content

Commit

Permalink
Merge pull request #44 from AI4Bharat/v1.0
Browse files Browse the repository at this point in the history
Output Build Fix
  • Loading branch information
Shanks0465 authored Sep 8, 2024
2 parents e0ebf16 + 5c60fd3 commit f08000c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const nextConfig = {
basePath: process.env.BASE_PATH || "",
reactStrictMode: false,
distDir: "out",
output: "export",
eslint: {
ignoreDuringBuilds: true,
},
Expand Down

0 comments on commit f08000c

Please sign in to comment.