Skip to content

Commit

Permalink
fix: build path
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Oct 17, 2023
1 parent c8c7406 commit edbb932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fleek.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
sites: [
{
slug: 'defi-oeth',
distDir: '/dist/apps/oeth',
distDir: 'dist/apps/oeth',
buildCommand: 'pnpm nx build oeth',
},
],
Expand Down

0 comments on commit edbb932

Please sign in to comment.