diff --git a/Makefile b/Makefile index 21cd1a8dc..86b9caa60 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,7 @@ check: pnpm run astro check build: - # TODO: update this to just `pnpm build` after resolving the astro-check warnings - pnpm run astro build + pnpm build # NOTE: also let's find a better way to do this :D find ./dist/_astro/ -iname '*.jpg' -delete diff --git a/package.json b/package.json index ee949e1e5..1ce96e1a8 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "date-fns": "^4.1.0", "date-fns-tz": "^3.2.0", "hastscript": "^9.0.0", + "pagefind": "^1.3.0", "react": "^19.0.0", "react-dom": "^19.0.0", "rehype-autolink-headings": "^7.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c3e8f09df..00bc6e9b1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -59,6 +59,9 @@ importers: hastscript: specifier: ^9.0.0 version: 9.0.1 + pagefind: + specifier: ^1.3.0 + version: 1.3.0 react: specifier: ^19.0.0 version: 19.0.0 diff --git a/src/components/header/header-actions.astro b/src/components/header/header-actions.astro index b6c61a154..2917ebc3f 100644 --- a/src/components/header/header-actions.astro +++ b/src/components/header/header-actions.astro @@ -51,7 +51,6 @@ const IS_LIVE = false;