Skip to content

Commit 9da52d8

Browse files
authored
Merge pull request #6 from justinbarias/feature/fixIcon
Fix favicon
2 parents 61b4160 + fb0c589 commit 9da52d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/BaseLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const { title = "HoloDeck – Build, Test & Deploy AI Agents", description = ""
1212
name="description"
1313
content={description || "HoloDeck is an open-source experimentation platform for AI agents. Define agents in YAML, run tests and evaluations, and deploy production APIs with a simple CLI."}
1414
/>
15-
<link rel="icon" type="image/svg+xml" href="/holodeck-site/favicon.svg" />
15+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
1616
<style is:global>
1717
:root {
1818
--bg: #030807;

0 commit comments

Comments
 (0)