Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 5d691fb

Browse files
author
Peter Schmalfeldt
committed
Update Config
1 parent 6a74b43 commit 5d691fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

next.config.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const nextConfig = {
2929
unoptimized: true,
3030
},
3131
pageExtensions: ['js', 'jsx', 'md'],
32-
distDir: '_next',
3332
generateBuildId: async () => {
3433
if (process.env.BUILD_ID) {
3534
return process.env.BUILD_ID

0 commit comments

Comments
 (0)