Skip to content

Commit

Permalink
cloudflare time
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattbtw committed Nov 6, 2024
1 parent b4d2670 commit 59a9cb1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4,581 deletions.
10 changes: 2 additions & 8 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
import cloudflare from "@astrojs/cloudflare";
import sitemap from "@astrojs/sitemap";
import tailwind from "@astrojs/tailwind";
import createRobotsTxtIntegration from "astro-robots-txt";
import { defineConfig } from "astro/config";

// https://astro.build/config
import vercel from "@astrojs/vercel/serverless";

// https://astro.build/config
export default defineConfig({
site: "https://mmatt.net",
output: "hybrid",
adapter: vercel({
webAnalytics: true,
functionPerRoute: false,
}),
adapter: cloudflare(),
integrations: [tailwind(), sitemap(), createRobotsTxtIntegration()],
});
Binary file added bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"prettier-plugin-astro": "^0.14.1"
},
"dependencies": {
"@astrojs/cloudflare": "^11.2.0",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vercel": "^7.8.1",
"@tailwindcss/typography": "^0.5.15",
"astro-robots-txt": "^1.0.0",
"postcss": "^8.4.47",
Expand Down
Loading

0 comments on commit 59a9cb1

Please sign in to comment.