Skip to content

Commit be8b66e

Browse files
committed
Add consolelog
1 parent ce8a19a commit be8b66e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docusaurus.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
*/
1616

1717
import { themes as prismThemes } from "prism-react-renderer"
18-
import { EnumChangefreq } from "sitemap"
18+
import type { EnumChangefreq } from "sitemap"
1919

2020
import type * as Preset from "@docusaurus/preset-classic"
2121
import type { Config } from "@docusaurus/types"
2222

23+
console.log("THE API KEY LENGTH IS:", process.env.INKEEP_API_KEY?.length)
24+
2325
const baseUrl = "/"
2426

2527
const config: Config = {

0 commit comments

Comments
 (0)