We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a080375 commit 223c004Copy full SHA for 223c004
.github/workflows/sync.yml
src/.vuepress/config.ts
@@ -45,6 +45,7 @@ export default defineUserConfig({
45
"data-widget-id": "FubGXZNmNkHYTx7lvFf0wLfcENtPEAoyUBoronOGaE8",
46
"data-text": "Ask AI",
47
"data-margins": '{"bottom": "1rem", "right": "1rem"}',
48
+ "data-bg-color": "#0a7bf4",
49
id: "guru-widget-id",
50
}],
51
]
src/.vuepress/theme.ts
@@ -21,6 +21,8 @@ export default hopeTheme({
21
22
displayFooter: true,
23
24
+ backToTop: false,
25
+
26
locales: {
27
"/": {
28
// navbar
0 commit comments