feat: improve config values by extending default config
related to #113
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// @ts-check
|
||||
|
||||
const config = require("./data/config.json");
|
||||
const basePath =
|
||||
config.basePath && config.basePath !== "/" ? config.basePath : "";
|
||||
|
||||
Reference in New Issue
Block a user