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

Commit 75cd23b

Browse files
author
Marcus Reinhardt
committed
use default output
1 parent 09568d9 commit 75cd23b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

apps/nextjs/next.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import "./src/env.mjs";
55
const config = {
66
output: 'export',
77

8-
distDir: '../../generated_docs',
9-
108
reactStrictMode: true,
119
/** Enables hot reloading for local packages without a build step */
1210
transpilePackages: [],

vercel.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"outputDirectory": "../generated_docs",
32
"github": {
43
"silent": true
54
}

0 commit comments

Comments
 (0)