From 42ca3df4fc93734b20c4d6330c0bfd14066fb166 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sun, 17 Sep 2023 13:07:26 -0500 Subject: [PATCH] Add logo to header --- theme.config.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.config.jsx b/theme.config.jsx index 78aeb4e..40ce68d 100644 --- a/theme.config.jsx +++ b/theme.config.jsx @@ -1,7 +1,8 @@ import React from "react" export default { - logo: Lune Documentation, + logo: Documentation, + logoLink: "https://github.com/filiptibell/lune/raw/main/assets/logo/tilt.ico", docsRepositoryBase: "https://github.com/lune-org/docs/blob/main/pages", project: { link: "https://github.com/filiptibell/lune",