Skip to content

Commit

Permalink
fix: Downgrade Astro v5 to v4 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmytton authored Dec 20, 2024
1 parent e2bbea1 commit 3a792ad
Show file tree
Hide file tree
Showing 5 changed files with 1,365 additions and 1,559 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";
import vercelStatic from "@astrojs/vercel/static";
import { ExpressiveCodeTheme } from "astro-expressive-code";
import robotsTxt from "astro-robots-txt";
import { defineConfig } from "astro/config";
Expand Down
Loading

0 comments on commit 3a792ad

Please sign in to comment.