Skip to content

Commit

Permalink
pref: use standalone build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChingCdesu committed Jan 26, 2025
1 parent b7d6a75 commit 2f006be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import createNextIntlPlugin from 'next-intl/plugin'
const withNextIntl = createNextIntlPlugin()

const nextConfig: NextConfig = {
/* config options here */
output: 'standalone',
async rewrites() {
return [
{
Expand Down

0 comments on commit 2f006be

Please sign in to comment.