Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 1cd63ef

Browse files
fix: update canonical links to permanent site
1 parent 510bac6 commit 1cd63ef

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/about.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const brandingAssets = [
8787
---
8888

8989
<ContentLayout
90-
canonical="https://2025.squiggleconf.com/about"
90+
canonical="https://squiggleconf.com/about"
9191
description="About SquiggleConf: a Boston conference focused on excellent web dev tooling."
9292
title="About Us"
9393
>

src/pages/code-of-conduct.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import ContentLayout from "~/layouts/ContentLayout.astro";
55
---
66

77
<ContentLayout
8-
canonical="https://2025.squiggleconf.com/code-of-conduct"
8+
canonical="https://squiggleconf.com/code-of-conduct"
99
description="Code of Conduct for SquiggleConf: a Boston conference focused on excellent web dev tooling."
1010
title="Code of Conduct"
1111
>

src/pages/faqs.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import BodyText from "~/components/BodyText.astro";
66
---
77

88
<ContentLayout
9-
canonical="https://2025.squiggleconf.com/faqs"
9+
canonical="https://squiggleconf.com/faqs"
1010
description="FAQs for SquiggleConf: a Boston conference focused on excellent web dev tooling."
1111
title="FAQs"
1212
>

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import ContentLayout from "~/layouts/ContentLayout.astro";
1111
---
1212

1313
<ContentLayout
14-
canonical="https://2025.squiggleconf.com"
14+
canonical="https://squiggleconf.com"
1515
description="A Boston conference focused on excellent web dev tooling."
1616
>
1717
<PrimaryHero slot="hero" />

0 commit comments

Comments
 (0)