|
5 | 5 | "scripts": { |
6 | 6 | "dev": "astro dev", |
7 | 7 | "start": "astro dev", |
8 | | - "build": "astro check && astro build", |
| 8 | + "build": "astro check && astro build && pnpm pagefind --site dist", |
9 | 9 | "preview": "astro preview", |
10 | 10 | "astro": "astro", |
11 | 11 | "format": "prettier --write --plugin=prettier-plugin-astro ." |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | 14 | "@astro-community/astro-embed-youtube": "^0.5.6", |
15 | 15 | "@astrojs/check": "^0.9.4", |
16 | | - "@astrojs/mdx": "^4.1.0", |
| 16 | + "@astrojs/mdx": "^4.2.1", |
17 | 17 | "@astrojs/react": "^4.2.1", |
18 | | - "@astrojs/sitemap": "^3.2.1", |
| 18 | + "@astrojs/sitemap": "^3.3.0", |
19 | 19 | "@astrojs/tailwind": "^5.1.4", |
20 | 20 | "@fontsource-variable/inter": "^5.1.1", |
21 | 21 | "@tailwindcss/typography": "^0.5.16", |
22 | | - "@types/react": "^19.0.10", |
| 22 | + "@types/react": "^19.0.12", |
23 | 23 | "@types/react-dom": "^19.0.4", |
24 | 24 | "astro": "^5.1.6", |
25 | 25 | "astro-meta-tags": "^0.3.1", |
| 26 | + "astro-pagefind": "^1.8.1", |
26 | 27 | "clsx": "^2.1.1", |
27 | 28 | "date-fns": "^4.1.0", |
28 | 29 | "date-fns-tz": "^3.2.0", |
29 | 30 | "hastscript": "^9.0.0", |
| 31 | + "pagefind": "^1.3.0", |
30 | 32 | "react": "^19.0.0", |
31 | 33 | "react-dom": "^19.0.0", |
32 | 34 | "rehype-autolink-headings": "^7.1.0", |
|
0 commit comments