mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
feat: added favicon
This commit is contained in:
parent
b624727012
commit
98f83f9676
2 changed files with 3 additions and 2 deletions
|
|
@ -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
BIN
docs/src/public/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
Loading…
Reference in a new issue