Skip to content

Commit b9ff078

Browse files
committed
docs: 🔧 add base config and add favicon
1 parent 685327b commit b9ff078

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/.vitepress/config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919
import { defineConfig } from "vitepress";
2020

2121
export default defineConfig({
22+
base: "/web-ui-sdks/",
2223
title: "Asgardeo Web SDKs",
2324
description: "Official Documentation for Asgardeo Web SDKs",
25+
head: [["link", { rel: "icon", href: "/web-ui-sdks/asgardeo-dark.svg" }]],
2426
themeConfig: {
2527
search: {
2628
provider: "local",

0 commit comments

Comments
 (0)