diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 105aced..50e6f67 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,7 +9,6 @@ "version": "0.0.1", "dependencies": { "@astrojs/node": "^10.0.3", - "@catppuccin/tailwindcss": "^1.0.0", "@tailwindcss/vite": "^4.2.2", "astro": "^6.0.8", "marked": "^17.0.5", @@ -167,15 +166,6 @@ "node": ">=18" } }, - "node_modules/@catppuccin/tailwindcss": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@catppuccin/tailwindcss/-/tailwindcss-1.0.0.tgz", - "integrity": "sha512-l8pOlcYe2ncGd8a1gUmL5AHmKlxR2+CHuG5kt4Me6IZwzntW1DoLmj89BH+DcsPHBsdDGLrTSv35emlYyU3FeQ==", - "license": "MIT", - "engines": { - "node": ">=22.0.0" - } - }, "node_modules/@clack/core": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@clack/core/-/core-1.1.0.tgz", diff --git a/frontend/package.json b/frontend/package.json index 1531dd8..43c8208 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,6 @@ }, "dependencies": { "@astrojs/node": "^10.0.3", - "@catppuccin/tailwindcss": "^1.0.0", "@tailwindcss/vite": "^4.2.2", "astro": "^6.0.8", "marked": "^17.0.5", diff --git a/frontend/src/pages/posts/[slug].astro b/frontend/src/pages/posts/[slug].astro index 06fdd3a..d27e552 100644 --- a/frontend/src/pages/posts/[slug].astro +++ b/frontend/src/pages/posts/[slug].astro @@ -71,10 +71,15 @@ function formatSlug(slug: string) { )} {post && ( -
+
)} + + + + +