Skip to content

Commit

Permalink
Add output: standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Jan 18, 2025
1 parent 1f1c0c1 commit da210b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const withNextIntl = createNextIntlPlugin();

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
pageExtensions: ["ts", "tsx", "js", "jsx", "md", "mdx"],

// Indicate that these packages should not be bundled by webpack
Expand Down

0 comments on commit da210b0

Please sign in to comment.