Skip to content

Commit

Permalink
feat: switching to using native astro data fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
chazzox committed Jan 10, 2023
1 parent 81e9399 commit f3e891a
Show file tree
Hide file tree
Showing 5 changed files with 5,659 additions and 43 deletions.
7 changes: 3 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import mdx from "@astrojs/mdx";

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

// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), mdx(), svelte()],
remarkPlugins: []
output: "server",
adapter: vercel()
});
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@astrojs/mdx": "^0.13.0",
"@astrojs/svelte": "^1.0.2",
"@astrojs/tailwind": "^2.1.3",
"@astrojs/vercel": "^2.4.0",
"@felte/validator-zod": "^1.0.12",
"@tailwindcss/typography": "^0.5.8",
"astro": "^1.7.2",
Expand Down
Loading

1 comment on commit f3e891a

@vercel
Copy link

@vercel vercel bot commented on f3e891a Jan 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fabis – ./

fabis.vercel.app
fabis-git-dev-chazzox.vercel.app
fabis-chazzox.vercel.app

Please sign in to comment.