Skip to content

Commit

Permalink
chore: add BASE_PATH configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz committed Dec 12, 2023
1 parent 74db3be commit b7a5442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample-apps/react/react-dogfood/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const env = dotenv.config({ path: '.env.local' });
const nextConfig = {
env: env.parsed,
productionBrowserSourceMaps: true,
basePath: process.env.BASE_PATH || '',
reactStrictMode: true,
async headers() {
return [
Expand Down

0 comments on commit b7a5442

Please sign in to comment.