Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import { execSync } from "node:child_process";

import compress from "astro-compress";

import svelte from "@astrojs/svelte";

let gitVersion = String(process.env.GIT_VERSION ?? "").slice(0, 7);

if (!gitVersion) {
Expand Down Expand Up @@ -90,6 +92,7 @@ export default defineConfig({
metaTags(),
pagefind(),
deleteUnusedImages(),
svelte(),
compress(),
],
output: "static",
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