feat: added favicon

This commit is contained in:
adithya 2026-02-07 00:44:43 +05:30
parent b624727012
commit 98f83f9676
2 changed files with 3 additions and 2 deletions

View file

@ -1,12 +1,13 @@
import { defineConfig } from "vitepress";
import { defineConfig, UserConfig } from "vitepress";
import { withSidebar } from "vitepress-sidebar";
// https://vitepress.dev/reference/site-config
const vitePressOptions = {
const vitePressOptions: UserConfig = {
title: "Frappe Docker Docs",
description: "Frappe in a Container",
srcDir: "./src",
base: "/frappe_docker/",
head: [["link", { rel: "icon", href: "/frappe_docker/favicon.png" }]],
themeConfig: {
logo: "/frappe-docker.png",
// https://vitepress.dev/reference/default-theme-config

BIN
docs/src/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB