Skip to content

Commit

Permalink
feat: vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
rxyhn committed Oct 6, 2024
1 parent cd56fd1 commit 5552e80
Show file tree
Hide file tree
Showing 5 changed files with 2,270 additions and 3,872 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/deploy.yml

This file was deleted.

10 changes: 6 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import react from "@astrojs/react";

import icon from "astro-icon";
import react from "@astrojs/react";
import tailwind from "@astrojs/tailwind";
import vercel from "@astrojs/vercel/serverless";

// https://astro.build/config
export default defineConfig({
site: "https://raetera.is-a.dev",
site: "https://raetera.me",
integrations: [tailwind(), react(), icon()],
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/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.1",
"@astrojs/vercel": "^7.8.1",
"@tailwindcss/typography": "^0.5.15",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
Expand Down
Loading

0 comments on commit 5552e80

Please sign in to comment.