Skip to content

Commit 6a17a17

Browse files
committed
hotfix
1 parent f008917 commit 6a17a17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nitro.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ export default defineNitroConfig({
5151
}
5252
}
5353
entry.contents = JSON.stringify(json, undefined, 2);
54+
entry.fileName += "/"; // workaround for vercel preset
5455
}
5556
},
5657
},
5758
openAPI: {
58-
// production: "prerender",
59-
production: "runtime",
59+
production: "prerender",
6060
meta: {
6161
title: "🐙 ungh.cc",
6262
description: `Unlimited access to GitHub API. <br><br> ⭐ [Star on GitHub](https://github.com/unjs/ungh) <br> 💛 Hosting sponsored by [Vercel](https://vercel.com/?utm_source=ungh)`,

0 commit comments

Comments
 (0)