Skip to content

Commit

Permalink
Removes the cloudflare adapter (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomba authored Oct 16, 2024
1 parent 9f2b8fa commit 949bb97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// @ts-check
import { defineConfig } from "astro/config";
import cloudflare from "@astrojs/cloudflare";
//import cloudflare from "@astrojs/cloudflare";

// https://astro.build/config
export default defineConfig({
output: "static",
adapter: cloudflare(),
//adapter: cloudflare(),
site: "https://valenciarb.org",
i18n: {
defaultLocale: "es",
Expand Down

0 comments on commit 949bb97

Please sign in to comment.