Skip to content

Commit

Permalink
Updating to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasledoux1 committed Dec 16, 2024
1 parent 5c1b134 commit 486d7f1
Show file tree
Hide file tree
Showing 15 changed files with 1,837 additions and 1,627 deletions.
13 changes: 4 additions & 9 deletions astro.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import mdx from "@astrojs/mdx";
import vercel from "@astrojs/vercel/serverless";
import vercel from "@astrojs/vercel";
import { remarkReadingTime } from "./src/utils/calculate-reading-time.js";
import react from "@astrojs/react";
import db from "@astrojs/db";
Expand Down Expand Up @@ -30,15 +30,10 @@ export default defineConfig({
prefetch: {
prefetchAll: true,
},
output: "hybrid",
adapter: vercel({
speedInsights: {
enabled: false,
},
}),
adapter: vercel(),
experimental: {
serverIslands: true,
contentLayer: true,
responsiveImages: true,
svg: true,
},
markdown: {
remarkPlugins: [remarkReadingTime],
Expand Down
Loading

0 comments on commit 486d7f1

Please sign in to comment.