diff --git a/chatgpt-to-claude/src/pages/blog/[...slug].astro b/chatgpt-to-claude/src/pages/blog/[...slug].astro new file mode 100644 index 000000000..b381f2dff --- /dev/null +++ b/chatgpt-to-claude/src/pages/blog/[...slug].astro @@ -0,0 +1,29 @@ +--- +import { getCollection, render } from "astro:content"; +import BlogPost from "@/layouts/BlogPost.astro"; + +export async function getStaticPaths() { + const posts = await getCollection("blog"); + return posts.map((post) => ({ + params: { slug: post.id }, + props: post, + })); +} + +const post = Astro.props; +const { Content, headings } = await render(post); +--- + + + + diff --git a/meeting-transcripts/chunk-nicholai.exe-1772440903362.wav b/meeting-transcripts/chunk-nicholai.exe-1772440903362.wav deleted file mode 100644 index 9ae7f92d3..000000000 Binary files a/meeting-transcripts/chunk-nicholai.exe-1772440903362.wav and /dev/null differ diff --git a/memory/memories.db-wal b/memory/memories.db-wal index d28ff8688..96c7591b8 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ