add vercel static output to ignored

This commit is contained in:
Robert Soriano
2022-10-31 00:43:08 -07:00
parent b58d662edc
commit fb3a0a834e
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@@ -49,3 +49,5 @@ coverage
Network Trash Folder Network Trash Folder
Temporary Items Temporary Items
.apdisk .apdisk
.vercel

View File

@@ -12,5 +12,6 @@ export default defineNuxtConfig({
crawlLinks: true, crawlLinks: true,
routes: ['/'], routes: ['/'],
}, },
preset: 'vercel',
}, },
}) })