Skip to content

Commit

Permalink
chore: upgraded to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthikg committed Dec 12, 2024
1 parent 347c847 commit ccb658a
Show file tree
Hide file tree
Showing 17 changed files with 3,512 additions and 2,339 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { defineConfig } from "astro/config";
import vercel from "@astrojs/vercel/serverless";
import vercel from "@astrojs/vercel";
import sitemap from "@astrojs/sitemap";
import react from "@astrojs/react";

export default defineConfig({
site: "https://sarthikg.com",
output: "hybrid",
output: "static",
trailingSlash: "never",
adapter: vercel({
webAnalytics: {
Expand Down
Loading

0 comments on commit ccb658a

Please sign in to comment.