From b4e83dbb0b055fe60387001f22cdd4e4a836f503 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Sat, 12 Nov 2022 18:38:25 -0800 Subject: [PATCH] add back preset --- docs/nuxt.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index f08996f..1366176 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -15,5 +15,8 @@ export default defineNuxtConfig({ }, build: { transpile: [/content-edge/, /github-module/] + }, + nitro: { + preset: 'vercel' } })