Skip to content

Commit 9da0cfa

Browse files
committed
fix: url of the logo for the example job post
Signed-off-by: Sven Kanoldt <sven@d34dl0ck.me>
1 parent a8d65e4 commit 9da0cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/jobs/example-rust-developer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ expires_date: "2030-12-01" # Optional expiry date
1212
salary_range: "€70,000 - €90,000" # Optional
1313
company_url: "https://example-tech.com"
1414
application_url: "https://example-tech.com/careers/rust-developer"
15-
logo_url: "http://127.0.0.1:1025/img/rust-munich-logo.svg" # Optional company logo
15+
logo_url: "/website/img/rust-munich-logo.svg" # Optional company logo
1616
tags: ["rust", "backend", "microservices", "kubernetes"]
1717
draft: false # Set to false when ready to publish
1818
description: |

0 commit comments

Comments
 (0)