add back preset

This commit is contained in:
wobsoriano
2022-11-12 18:38:25 -08:00
parent 0fa63c86ba
commit b4e83dbb0b

View File

@@ -15,5 +15,8 @@ export default defineNuxtConfig({
},
build: {
transpile: [/content-edge/, /github-module/]
},
nitro: {
preset: 'vercel'
}
})