mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25:09 +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";
|
import { withSidebar } from "vitepress-sidebar";
|
||||||
|
|
||||||
// https://vitepress.dev/reference/site-config
|
// https://vitepress.dev/reference/site-config
|
||||||
const vitePressOptions = {
|
const vitePressOptions: UserConfig = {
|
||||||
title: "Frappe Docker Docs",
|
title: "Frappe Docker Docs",
|
||||||
description: "Frappe in a Container",
|
description: "Frappe in a Container",
|
||||||
srcDir: "./src",
|
srcDir: "./src",
|
||||||
base: "/frappe_docker/",
|
base: "/frappe_docker/",
|
||||||
|
head: [["link", { rel: "icon", href: "/frappe_docker/favicon.png" }]],
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: "/frappe-docker.png",
|
logo: "/frappe-docker.png",
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// 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