Skip to content

Commit fe83833

Browse files
committed
#3414 webpage: fix config environment
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 7a2f97a commit fe83833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpage/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function deepMerge(target, source) {
3737
}
3838

3939
const configs = {
40-
dev: defaultConfig,
40+
prod: defaultConfig,
4141
local: deepMerge(defaultConfig, localOverride),
4242
};
4343

0 commit comments

Comments
 (0)