From b8fbe8c4c5291b347a71d25ba9beecc59feb86e1 Mon Sep 17 00:00:00 2001 From: Gustavo Ocanto Date: Tue, 2 Jun 2026 10:11:46 +0800 Subject: [PATCH] chore: Replace contact email with hi@ollin.sh Switches the profile fixture and matching SEO generator test assertion from gus@oullin.io to hi@ollin.sh so the generated contact page exposes the new address. --- metal/cli/seo/generator_test.go | 2 +- storage/fixture/profile.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metal/cli/seo/generator_test.go b/metal/cli/seo/generator_test.go index 2f2d009f..7e2e495a 100644 --- a/metal/cli/seo/generator_test.go +++ b/metal/cli/seo/generator_test.go @@ -258,7 +258,7 @@ func TestGeneratorGenerateAllPages(t *testing.T) { t.Fatalf("expected contact heading in contact page: %q", contactContent) } - if !strings.Contains(contactContent, "mailto:gus@oullin.io") { + if !strings.Contains(contactContent, "mailto:hi@ollin.sh") { t.Fatalf("expected contact page to include email link: %q", contactContent) } diff --git a/storage/fixture/profile.json b/storage/fixture/profile.json index fd562313..119cb3f8 100644 --- a/storage/fixture/profile.json +++ b/storage/fixture/profile.json @@ -4,7 +4,7 @@ "nickname": "gus", "handle": "gocanto", "name": "Gustavo Ocanto", - "email": "gus@oullin.io", + "email": "hi@ollin.sh", "profession": "Founder of Oullin", "skills": [ {