We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f3b0a commit 16b9097Copy full SHA for 16b9097
1 file changed
main/defineAlmostWiki.ts
@@ -40,6 +40,17 @@ export function defineConfig(config: UserConfig<DefaultTheme.Config>): UserConfi
40
throw new Error("Docs title not found")
41
}
42
43
+ config.head = [
44
+ [
45
+ "script",
46
+ {
47
+ src: "https://server.almostreliable.com:3000/script.js",
48
+ "data-website-id": "48de55c0-1bad-43f4-a4b1-122a413ccb3d",
49
+ defer: "",
50
+ },
51
+ ],
52
+ ]
53
+
54
config.srcDir = "./docs"
55
config.base = config.base ?? `/${config.title.replace(/ /g, "").toLocaleLowerCase()}/`
56
config.description = `Documentation for ${config.title}`
0 commit comments