2026-03-02T08-44-01_auto_memory/memories.db-wal

This commit is contained in:
Nicholai Vogel 2026-03-02 01:44:02 -07:00
parent 39d458e7d2
commit f2263a22de
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,6 @@
User-agent: *
Allow: /
LLM-Policy: /llms.txt
Sitemap: https://chatgpt-to-claude.com/sitemap-index.xml

View File

@ -0,0 +1,33 @@
---
import BaseLayout from "@/layouts/BaseLayout.astro";
---
<BaseLayout
title="Page Not Found — ChatGPT to Claude"
description="This page doesn't exist."
robots="noindex, follow"
>
<section class="pt-24 pb-16 px-4 sm:px-6 min-h-screen-safe flex items-center">
<div class="max-w-xl mx-auto text-center">
<h1 class="text-6xl font-bold text-text-muted mb-4">404</h1>
<p class="text-lg text-text-muted mb-8">
This page wandered off somewhere. Probably still looking for its ChatGPT
memories.
</p>
<div class="flex flex-col sm:flex-row items-center justify-center gap-4">
<a
href="/"
class="px-6 py-3 rounded-xl bg-primary hover:bg-primary-dark text-white font-semibold transition-all"
>
Go Home
</a>
<a
href="/wizard/"
class="px-6 py-3 rounded-xl bg-surface-muted border border-surface-border hover:border-text-muted/50 text-text-muted hover:text-text transition-all"
>
Start Migration
</a>
</div>
</div>
</section>
</BaseLayout>

Binary file not shown.