Skip to content

Commit

Permalink
Added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 16, 2024
1 parent 2b0d260 commit 40fe405
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/evalite-docs/astro.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ export default defineConfig({
integrations: [
starlight({
title: "Evalite",
favicon: "/favicon.ico",
editLink: {
baseUrl:
"https://github.com/mattpocock/evalite/edit/main/apps/evalite-docs",
},
social: {
github: "https://github.com/mattpocock/evalite",
discord: "https://mattpocock.com/ai-discord",
},
logo: {
light: "./src/assets/logo-light.svg",
dark: "./src/assets/logo-dark.svg",
replacesTitle: true,
},
sidebar: [
{
Expand Down

0 comments on commit 40fe405

Please sign in to comment.