mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
修改路径错误
This commit is contained in:
parent
cbfdc13b2e
commit
abfd2b26af
@ -1,6 +1,6 @@
|
||||
import { PageLayout, SharedLayout } from "./quartz/cfg"
|
||||
import * as Component from "./quartz/components"
|
||||
import * as ExtraComponent from "./quartz/extra/components"
|
||||
import * as ExtraComponent from "./quartz/components"
|
||||
|
||||
// components shared across all pages
|
||||
export const sharedPageComponents: SharedLayout = {
|
||||
|
||||
@ -3,7 +3,7 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } fro
|
||||
import overlayexplorerStyle from "./styles/overlayexplorer.scss"
|
||||
|
||||
// @ts-ignore
|
||||
import script from "../extra/components/scripts/overlayexplorer.inline"
|
||||
import script from "../components/scripts/overlayexplorer.inline"
|
||||
import { FileNode, Options } from "../components/ExplorerNode"
|
||||
import { QuartzPluginData } from "../plugins/vfile"
|
||||
import { classNames } from "../util/lang"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user