Skip to content

Commit 2f68a00

Browse files
committed
fix: update output file name in build configuration for consistency
1 parent 9067ab9 commit 2f68a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-standalone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const __dirname = dirname(__filename);
2020
const CONFIG = {
2121
distDir: './dist',
2222
outputDir: './dist-standalone',
23-
outputFile: 'useless-random-color-buttons.html',
23+
outputFile: 'urcbuttons.html',
2424
indexHtml: 'index.html',
2525
cssFile: 'css/output.css',
2626
jsFile: 'js/app.js'

0 commit comments

Comments
 (0)