Skip to content

Commit 66c6744

Browse files
committed
fix: web page broken
1 parent 0041a0f commit 66c6744

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)