Skip to content

Commit 0f9de64

Browse files
committed
logo
1 parent 482f4e5 commit 0f9de64

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

astro.config.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ export default defineConfig({
5353
integrations: [
5454
starlight({
5555
title: "Software Mansion Agentic Engineering Guide",
56-
description:
57-
"Practical guidance for setting up and scaling agentic engineering workflows in real software projects.",
5856
logo: {
59-
src: "./public/favicon.svg",
57+
src: "./src/assets/logo.svg",
58+
replacesTitle: true,
6059
},
60+
description:
61+
"Practical guidance for setting up and scaling agentic engineering workflows in real software projects.",
6162
social: [
6263
{
6364
icon: "github",

0 commit comments

Comments
 (0)