We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482f4e5 commit 0f9de64Copy full SHA for 0f9de64
astro.config.ts
@@ -53,11 +53,12 @@ export default defineConfig({
53
integrations: [
54
starlight({
55
title: "Software Mansion Agentic Engineering Guide",
56
- description:
57
- "Practical guidance for setting up and scaling agentic engineering workflows in real software projects.",
58
logo: {
59
- src: "./public/favicon.svg",
+ src: "./src/assets/logo.svg",
+ replacesTitle: true,
60
},
+ description:
61
+ "Practical guidance for setting up and scaling agentic engineering workflows in real software projects.",
62
social: [
63
{
64
icon: "github",
0 commit comments