From 75057a2a8fec51b8dbf221f3121f3727de0680c1 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 22 Sep 2024 00:31:39 +0000 Subject: docs: add icon --- docs/vitepress.config.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/vitepress.config.ts') diff --git a/docs/vitepress.config.ts b/docs/vitepress.config.ts index 455020f..aa6aae2 100644 --- a/docs/vitepress.config.ts +++ b/docs/vitepress.config.ts @@ -16,12 +16,16 @@ export default defineConfig({ ignoreDeadLinks: true, // FIXME: head: [ - ["link", { rel: "icon", href: "/astal/favicon.ico" }], + ["link", { rel: "icon", href: "/astal/icon.svg" }], ], themeConfig: { - // logo: "", - // + logo: "/icon.svg", + + footer: { + message: 'Released under the LGPL v2.1 License', + copyright: 'Logo is created by VDawg' + }, nav: [{ text: "0.1.0", -- cgit v1.2.3