forked from mirrors/thatmattlove-hyperglass
Fix docs errors
This commit is contained in:
parent
622f48c237
commit
231443f221
2 changed files with 4 additions and 8 deletions
|
|
@ -12,10 +12,6 @@ const docusaurusConfig = {
|
|||
projectName: "hyperglass",
|
||||
themeConfig: {
|
||||
image: "opengraph.jpg",
|
||||
googleAnalytics: {
|
||||
trackingID: googleTrackingId || " ",
|
||||
anonymizeIP: false,
|
||||
},
|
||||
algolia: {
|
||||
apiKey: algoliaKey || "dev",
|
||||
indexName: "hyperglass",
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@ export function useLogoSrc(): UseLogoSrc {
|
|||
className = "logo-at-home";
|
||||
}
|
||||
const sourcesIcon = {
|
||||
light: useBaseUrl("/static/hyperglass-icon-light.svg"),
|
||||
dark: useBaseUrl("/static/hyperglass-icon-dark.svg"),
|
||||
light: useBaseUrl("hyperglass-icon-light.svg"),
|
||||
dark: useBaseUrl("hyperglass-icon-dark.svg"),
|
||||
};
|
||||
|
||||
const sourcesFull = {
|
||||
light: useBaseUrl("/static/hyperglass-light.svg"),
|
||||
dark: useBaseUrl("/static/hyperglass-dark.svg"),
|
||||
light: useBaseUrl("hyperglass-light.svg"),
|
||||
dark: useBaseUrl("hyperglass-dark.svg"),
|
||||
};
|
||||
|
||||
const sources = useMemo(() => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue