diff --git a/website/package.json b/website/package.json index 71e53f8..1f343c8 100644 --- a/website/package.json +++ b/website/package.json @@ -21,5 +21,8 @@ "react-dom": "^19.2.0", "tailwind-merge": "^3.4.0", "tailwindcss": "^4.1.16" + }, + "devDependencies": { + "@tailwindcss/typography": "^0.5.19" } } diff --git a/website/src/layouts/Base.astro b/website/src/layouts/Base.astro index 111eb75..c1c4258 100644 --- a/website/src/layouts/Base.astro +++ b/website/src/layouts/Base.astro @@ -21,7 +21,7 @@ const props = Astro.props as Props;
+