Skip to content

Commit

Permalink
suak
Browse files Browse the repository at this point in the history
  • Loading branch information
proxima812 committed Sep 13, 2024
1 parent c0daaea commit 85c1d27
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 742 deletions.
24 changes: 12 additions & 12 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
import db from "@astrojs/db";
import tailwind from "@astrojs/tailwind";
import { defineConfig } from "astro/config";
import react from "@astrojs/react";
import db from "@astrojs/db"
import react from "@astrojs/react"
import tailwind from "@astrojs/tailwind"
import { defineConfig } from "astro/config"
// import vercel from "@astrojs/vercel/serverless";

import webVitals from "@astrojs/web-vitals";
import webVitals from "@astrojs/web-vitals"

import sitemap from "@astrojs/sitemap";
import sitemap from "@astrojs/sitemap"

import cloudflare from "@astrojs/cloudflare";
import cloudflare from "@astrojs/cloudflare"

// https://astro.build/config
export default defineConfig({
integrations: [db(), tailwind(), react(), webVitals(), sitemap()],
site: "https://12step.vercel.app/",
output: "server",
adapter: cloudflare(),
})
integrations: [db(), tailwind(), react(), webVitals(), sitemap()],
site: "https://12step.vercel.app/",
output: "server",
adapter: cloudflare(),
})
Loading

0 comments on commit 85c1d27

Please sign in to comment.