Skip to content

Commit e306f86

Browse files
author
Dan Costello
authored
Fix header image on docs page (#8)
1 parent b461f95 commit e306f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const baseOptions: BaseLayoutProps = {
1414
title: (
1515
<>
1616
<Image
17-
src={"logo.png"}
17+
src="/logo.png"
1818
width={160}
1919
height={22}
2020
alt="UserClouds logo"

0 commit comments

Comments
 (0)