修改路径错误

This commit is contained in:
wangzipai 2024-10-30 11:38:38 +08:00
parent cbfdc13b2e
commit abfd2b26af
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import { PageLayout, SharedLayout } from "./quartz/cfg" import { PageLayout, SharedLayout } from "./quartz/cfg"
import * as Component from "./quartz/components" import * as Component from "./quartz/components"
import * as ExtraComponent from "./quartz/extra/components" import * as ExtraComponent from "./quartz/components"
// components shared across all pages // components shared across all pages
export const sharedPageComponents: SharedLayout = { export const sharedPageComponents: SharedLayout = {

View File

@ -3,7 +3,7 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } fro
import overlayexplorerStyle from "./styles/overlayexplorer.scss" import overlayexplorerStyle from "./styles/overlayexplorer.scss"
// @ts-ignore // @ts-ignore
import script from "../extra/components/scripts/overlayexplorer.inline" import script from "../components/scripts/overlayexplorer.inline"
import { FileNode, Options } from "../components/ExplorerNode" import { FileNode, Options } from "../components/ExplorerNode"
import { QuartzPluginData } from "../plugins/vfile" import { QuartzPluginData } from "../plugins/vfile"
import { classNames } from "../util/lang" import { classNames } from "../util/lang"