Skip to content

Commit 8fb261f

Browse files
committed
fix(github-deploy): adding nitro config in nuxt.config.ts
1 parent a240358 commit 8fb261f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,7 @@ export default defineNuxtConfig({
6565
},
6666
},
6767
},
68+
nitro: {
69+
preset: 'github_pages',
70+
},
6871
})

0 commit comments

Comments
 (0)