Skip to content

Commit bad42de

Browse files
peasclaude
andcommitted
Simplify for beta launch: single opt-in, GitHub Pages
- Static build at caelum.github.io/hipsters-builders - BETA badge on landing page - Simplified Worker: single opt-in, just adds contact to Resend audience - Removed double opt-in, /confirmar, /alt, welcome email - Removed @astrojs/node adapter, CNAME (using .github.io for now) - Audience ID: 1f0625e7-1208-4c1b-8a94-60c2ca2437e8 - Repo made public for GitHub Pages support Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 661aa0e commit bad42de

7 files changed

Lines changed: 70 additions & 1140 deletions

File tree

astro.config.mjs

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

66
export default defineConfig({
7-
site: 'https://builders.hipsters.tech',
8-
server: { port: 5332 },
7+
site: 'https://caelum.github.io',
8+
base: '/hipsters-builders',
9+
server: { port: 3323 },
910
output: 'static',
1011
integrations: [sitemap()],
1112
vite: {

public/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)