Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmohsin7 committed Dec 15, 2024
1 parent 0827036 commit 6de43c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions personas-open-source/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { NextConfig } from "next";
import next from 'next';
const NextConfig = next.default;

const nextConfig = {
output: 'standalone',
// Add other config options here
/* other config options */
};

export default nextConfig;

0 comments on commit 6de43c0

Please sign in to comment.