Skip to content

Commit b899395

Browse files
committed
oops
1 parent 01277da commit b899395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ declare module "@nuxt/schema" {
1919
const env = process.env.VERCEL_ENV as "production" | "development" | undefined
2020

2121
export default defineNuxtConfig({
22-
nitro: { preset: "node-server" },
22+
nitro: { preset: "vercel" },
2323

2424
runtimeConfig: {
2525
vapidPrivateKey: "",

0 commit comments

Comments
 (0)