Skip to content

Commit

Permalink
chore: Update to Astro 5 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmytton authored Dec 19, 2024
1 parent 92fcba1 commit f12cb01
Show file tree
Hide file tree
Showing 7 changed files with 2,097 additions and 2,575 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import react from "@astrojs/react";
import starlight from "@astrojs/starlight";
import vercelStatic from "@astrojs/vercel/static";
import vercelStatic from "@astrojs/vercel";
import { ExpressiveCodeTheme } from "astro-expressive-code";
import robotsTxt from "astro-robots-txt";
import { defineConfig } from "astro/config";
Expand Down
Loading

0 comments on commit f12cb01

Please sign in to comment.