Skip to content

Commit

Permalink
Update Astro to version 4.8.7 and Astro Vercel adapter to version 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
No1ceTea authored May 22, 2024
1 parent cc027b9 commit bff0c9d
Show file tree
Hide file tree
Showing 4 changed files with 952 additions and 27 deletions.
7 changes: 7 additions & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ import remarkToc from "remark-toc";
import remarkCollapse from "remark-collapse";
import sitemap from "@astrojs/sitemap";
import { SITE } from "./src/config";
import vercel from "@astrojs/vercel/static";

// https://astro.build/config
export default defineConfig({
site: SITE.website,
output: "static",
adapter: vercel({
webAnalytics: {
enabled: true,
},
}),
integrations: [
tailwind({
applyBaseStyles: false,
Expand Down
Loading

0 comments on commit bff0c9d

Please sign in to comment.