Skip to content

Commit

Permalink
Set nitro preset to try to fix Netlify build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Jan 29, 2025
1 parent b0a4225 commit d86c6c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,7 @@ export default defineNuxtConfig({
console.log("App instance resolved:", app);
},
},
nitro: {
preset: "netlify-static",
},
});

0 comments on commit d86c6c4

Please sign in to comment.