UNPKG

nimiq-vitepress-theme

Version:

Nimiq UI theme for VitePress

10 lines (9 loc) 196 B
export function useNimiqConfig() { if (typeof __NIMIQ_VITEPRESS_CONFIG__ !== "undefined") { return __NIMIQ_VITEPRESS_CONFIG__; } return { repoURL: void 0, contentPath: "" }; }