Skip to content

Commit

Permalink
fix: nuxt config setting for netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
apo-star committed Aug 16, 2023
1 parent ef3def8 commit 110c2b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .netlify/functions-internal/nitro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"date": "2023-08-16T08:58:06.847Z",
"preset": "netlify",
"commands": {}
}
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineNuxtConfig({
"~/assets/css/main.scss", // you should add main.scss somewhere in your app
],
nitro: {
preset: "netlify",
// preset: "netlify",
},
runtimeConfig: {
private: {
Expand Down

0 comments on commit 110c2b2

Please sign in to comment.