summaryrefslogtreecommitdiff
path: root/docs/vitepress.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'docs/vitepress.config.ts')
-rw-r--r--docs/vitepress.config.ts10
1 files changed, 7 insertions, 3 deletions
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",