js • Lines: 12const staticMap = {
cdn: "https://palash90.github.io/site-assets",
path_var: "",
raw_content_cdn: "https://raw.githubusercontent.com/Palash90",
themeHeaderColor: "", // tomato -- dealt in app.css custom theme
themePColor: "", // orange -- dealt in app.css custom theme
projectCardHeaderColor: "", // -- dealt in app.css custom theme
projectCardBodyColor: "" // -- dealt in app.css custom theme
}
const getCommon = (key) => staticMap[key]