Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import metaTags from "astro-meta-tags";
import pagefind from "astro-pagefind";
import deleteUnusedImages from "astro-delete-unused-images";
import { execSync } from "node:child_process";
import svelte from "@astrojs/svelte";
import compress from "astro-compress";

let gitVersion = String(process.env.GIT_VERSION ?? "").slice(0, 7);
Expand Down Expand Up @@ -109,6 +110,7 @@ export default defineConfig({
metaTags(),
pagefind(),
deleteUnusedImages(),
svelte(),
compress({
SVG: false,
}),
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.2.6",
"@astrojs/sitemap": "^3.3.1",
"@astrojs/svelte": "^7.0.13",
"@astrojs/tailwind": "^5.1.5",
"@fortawesome/fontawesome-free": "^6.7.2",
"@tailwindcss/typography": "^0.5.16",
Expand All @@ -35,6 +36,7 @@
"rehype-slug": "^6.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.34.1",
"svelte": "^5.30.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
},
Expand Down
165 changes: 165 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading