📄 common.js
/home/palash/git/site-assets/site-contents/js/common.js
Language: js • Lines: 12
const 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]