fix favicon and logo not visible
@@ -4,12 +4,12 @@ import { defineConfig } from "vitepress";
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
title: "Libation",
|
title: "Libation",
|
||||||
description: "Libation: Liberate your Library - A free application for downloading your Audible audiobooks",
|
description: "Libation: Liberate your Library - A free application for downloading your Audible audiobooks",
|
||||||
head: [["link", { rel: "icon", href: "/.vitepress/public/favicon.ico" }]],
|
head: [["link", { rel: "icon", href: "/favicon.ico" }]],
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
logo: {
|
logo: {
|
||||||
light: "/.vitepress/public/libation_logo_light.svg",
|
light: "/libation_logo_light.svg",
|
||||||
dark: "/.vitepress/public/libation_logo_dark.svg",
|
dark: "/libation_logo_dark.svg",
|
||||||
},
|
},
|
||||||
|
|
||||||
footer: {
|
footer: {
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |