Skip to content

Commit 63f1475

Browse files
retry workflow3
1 parent 3521e29 commit 63f1475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const common = (compileType, puzzleName) => merge([
1010
new DefinePlugin({
1111
"process.env.compileType": JSON.stringify(compileType),
1212
"process.env.puzzleName": JSON.stringify(puzzleName),
13-
"DEPLOY_BASE_URL": "DEPLOY_BASE_URL_VAL"
13+
"DEPLOY_BASE_URL": JSON.stringify("DEPLOY_BASE_URL_VAL")
1414
})]
1515
},
1616
parts.page({ title: 'Test' }),

0 commit comments

Comments
 (0)