We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd085c commit c374cbeCopy full SHA for c374cbe
src/project/types/book/book-config.ts
@@ -11,7 +11,6 @@ import { basename, join } from "path/mod.ts";
11
import { ld } from "lodash/mod.ts";
12
13
import { safeExistsSync } from "../../../core/path.ts";
14
-import { warnOnce } from "../../../core/log.ts";
15
import { Metadata } from "../../../config/metadata.ts";
16
17
import { fileExecutionEngine } from "../../../execute/engine.ts";
@@ -39,7 +38,6 @@ import {
39
38
kSiteSidebarStyle,
40
kSiteTitle,
41
kSiteUrl,
42
- websiteBaseurl,
43
websiteConfigActions,
44
websiteProjectConfig,
45
} from "../website/website-config.ts";
0 commit comments