Skip to content

Commit 0c27b0a

Browse files
committed
chore: add Netlify preset to Nitro configuration
1 parent 92f1309 commit 0c27b0a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/web/nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ export default defineNuxtConfig({
3434
},
3535
},
3636

37+
nitro: {
38+
preset: 'netlify',
39+
},
40+
3741
vite: {
3842
server: {
3943
watch: {

0 commit comments

Comments
 (0)