Skip to content

Commit 83ccea6

Browse files
authored
Merge pull request #40 from WorkTechDevelop/settings-check
Fix formatting in next.config.mjs by removing unnecessary line breaks…
2 parents 433991a + 3708a5d commit 83ccea6

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)