Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit a3ff7d6

Browse files
committed
fix: change astro-compress version
1 parent 1def0e3 commit a3ff7d6

File tree

3 files changed

+101
-66
lines changed

3 files changed

+101
-66
lines changed

website/astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from "node:path";
33
import mdx from "@astrojs/mdx";
44
import react from "@astrojs/react";
55
import type { AstroIntegration } from "astro";
6-
import compress from "astro-compress";
6+
import compress from "@otterlord/astro-compress";
77
import { defineConfig } from "astro/config";
88
import { globby } from "globby";
99
import rehypeAutolinkHeadings from "rehype-autolink-headings";

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@uiw/react-codemirror": "^4.20.2",
3838
"@vitejs/plugin-react": "^2.1.0",
3939
"astro": "^2.3.4",
40-
"astro-compress": "^1.1.35",
40+
"@otterlord/astro-compress": "^1.1.48",
4141
"autoprefixer": "^10.4.12",
4242
"codemirror-lang-rome-ast": "0.0.6",
4343
"fast-diff": "^1.2.0",

website/pnpm-lock.yaml

Lines changed: 99 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)