Skip to content

Commit 0363da7

Browse files
smorello87claude
andcommitted
Remove password protection for public launch
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 125b38b commit 0363da7

2 files changed

Lines changed: 0 additions & 102 deletions

File tree

src/components/PasswordGate.astro

Lines changed: 0 additions & 100 deletions
This file was deleted.

src/layouts/BaseLayout.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
import Header from '../components/Header.astro';
33
import Footer from '../components/Footer.astro';
4-
import PasswordGate from '../components/PasswordGate.astro';
54
65
interface Props {
76
title?: string;
@@ -30,7 +29,6 @@ const {
3029
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap" rel="stylesheet">
3130
</head>
3231
<body class="flex flex-col min-h-screen bg-neutral-cream font-sans text-neutral-stone selection:bg-vibrant-200 selection:text-vibrant-900">
33-
<PasswordGate />
3432
<Header />
3533
<main class="flex-grow">
3634
<slot />

0 commit comments

Comments
 (0)