1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-16 21:58:30 +01:00

Fix broken build

This commit is contained in:
Kamran Ahmed 2023-08-08 22:10:55 +01:00
parent 3a09982ff6
commit c5cb2e1877
3 changed files with 691 additions and 434 deletions

View File

@ -2,7 +2,7 @@
import preact from '@astrojs/preact';
import sitemap from '@astrojs/sitemap';
import tailwind from '@astrojs/tailwind';
import compress from 'astro-compress';
import compress from '@otterlord/astro-compress';
import { defineConfig } from 'astro/config';
import rehypeExternalLinks from 'rehype-external-links';
import { fileURLToPath } from 'node:url';

View File

@ -27,7 +27,7 @@
"@fingerprintjs/fingerprintjs": "^3.4.1",
"@nanostores/preact": "^0.5.0",
"astro": "^2.6.6",
"astro-compress": "^1.1.47",
"@otterlord/astro-compress": "^1.1.48",
"jose": "^4.14.4",
"js-cookie": "^3.0.5",
"nanostores": "^0.9.2",

1121
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff