Skip to content

Commit c411c68

Browse files
peasclaude
andcommitted
Switch to custom domain builders.hipsters.tech
- Remove base path /hipsters-builders (no longer needed with custom domain) - Site URL: https://builders.hipsters.tech - CNAME file for GitHub Pages - Worker redirect URL updated Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 13ca588 commit c411c68

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import tailwindcss from '@tailwindcss/vite';
44
import sitemap from '@astrojs/sitemap';
55

66
export default defineConfig({
7-
site: 'https://caelum.github.io',
8-
base: '/hipsters-builders',
7+
site: 'https://builders.hipsters.tech',
98
server: { port: 3323 },
109
output: 'static',
1110
integrations: [sitemap()],

public/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
builders.hipsters.tech

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function formatDate(date: Date): string {
2222
<meta charset="UTF-8" />
2323
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2424
<meta name="description" content="A newsletter semanal para quem esta buildando software no Brasil. Destaques dos podcasts Hipsters e IA Sob Controle, discussoes da comunidade e os melhores links da semana." />
25-
<link rel="canonical" href="https://caelum.github.io/hipsters-builders/" />
25+
<link rel="canonical" href="https://builders.hipsters.tech/" />
2626
<link rel="alternate" type="application/rss+xml" title="Hipsters Builders RSS" href="/rss.xml" />
2727

2828
<!-- Fonts -->

workers/subscribe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
const AUDIENCE_ID = '1f0625e7-1208-4c1b-8a94-60c2ca2437e8';
12-
const SITE_URL = 'https://caelum.github.io/hipsters-builders';
12+
const SITE_URL = 'https://builders.hipsters.tech';
1313
const FROM_EMAIL = 'Hipsters Builders <onboarding@resend.dev>';
1414
const TOKEN_TTL_MS = 48 * 60 * 60 * 1000;
1515

0 commit comments

Comments
 (0)