Skip to content

Commit 3708a5d

Browse files
committed
Fix formatting in next.config.mjs by removing unnecessary line breaks and ensuring proper export syntax for improved readability and consistency.
1 parent 43b7ce5 commit 3708a5d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

next.config.mjs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
output: 'export',
4-
}
5-
6-
export default nextConfig;
3+
}
4+
5+
export default nextConfig;

0 commit comments

Comments
 (0)