Skip to content

Commit

Permalink
chore: standalone output
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragxxd committed Sep 2, 2024
1 parent da0906f commit 52d26e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: true,
};

Expand Down

0 comments on commit 52d26e1

Please sign in to comment.