Skip to content

Commit a513e44

Browse files
committed
fix: web page broken
1 parent 6e021be commit a513e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import * as yup from "yup";
22

33
const EnvSchema = yup.object({
4-
API_URL: yup.string().required(),
5-
BASE_PATH: yup.string().required(),
4+
API_URL: yup.string().optional(),
5+
BASE_PATH: yup.string().optional(),
66
MODE: yup.string().required(),
77
LANDING: yup.boolean().required(),
88
});

0 commit comments

Comments
 (0)