2026-03-02T08-37-19_auto_memory/memories.db-wal

This commit is contained in:
Nicholai Vogel 2026-03-02 01:37:19 -07:00
parent b0f7c1dcc1
commit e2b20676f9
4 changed files with 27 additions and 0 deletions

View 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()],
},
});

Binary file not shown.

Binary file not shown.

Binary file not shown.