Skip to content

Commit 0c3503b

Browse files
committed
fix netlify build
1 parent bcf339d commit 0c3503b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/esbuild.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const config = {
3939
entryPoints: [
4040
'src/main.js',
4141
],
42-
outdir: 'dist/bundle.js',
42+
outfile: 'dist/bundle.js',
4343
bundle: true,
4444
define: {
4545
NODE_ENV: JSON.stringify(process.env.NODE_ENV || 'production'),

0 commit comments

Comments
 (0)