2026-03-02T08-37-19_auto_memory/memories.db-wal
This commit is contained in:
parent
b0f7c1dcc1
commit
e2b20676f9
27
chatgpt-to-claude/astro.config.mjs
Normal file
27
chatgpt-to-claude/astro.config.mjs
Normal file
@ -0,0 +1,27 @@
|
||||
import { defineConfig } from "astro/config";
|
||||
import cloudflare from "@astrojs/cloudflare";
|
||||
import mdx from "@astrojs/mdx";
|
||||
import react from "@astrojs/react";
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
|
||||
export default defineConfig({
|
||||
site: "https://chatgpt-to-claude.com",
|
||||
integrations: [
|
||||
mdx(),
|
||||
sitemap({
|
||||
filter: (page) =>
|
||||
!page.includes("/404") &&
|
||||
!page.includes("/privacy") &&
|
||||
!page.includes("/terms"),
|
||||
}),
|
||||
react(),
|
||||
],
|
||||
adapter: cloudflare({
|
||||
platformProxy: { enabled: true },
|
||||
imageService: "compile",
|
||||
}),
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
},
|
||||
});
|
||||
BIN
meeting-transcripts/chunk-jakeshore-1772440638507.wav
Normal file
BIN
meeting-transcripts/chunk-jakeshore-1772440638507.wav
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user