Skip to content

Commit

Permalink
feat: apply astro-compress
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Jun 9, 2024
1 parent 1946bd6 commit c758faf
Show file tree
Hide file tree
Showing 3 changed files with 1,695 additions and 43 deletions.
10 changes: 5 additions & 5 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import { defineConfig } from "astro/config";
import mdx from "@astrojs/mdx";
import sitemap from "@astrojs/sitemap";
import solidJs from "@astrojs/solid-js";

import tailwind from "@astrojs/tailwind";

import compress from "astro-compress";

// https://astro.build/config
export default defineConfig({
site: "https://eatsteak.dev",
integrations: [mdx(), sitemap(), solidJs(), tailwind()],
markdown: {
},
});
integrations: [mdx(), sitemap(), solidJs(), tailwind(), compress()],
markdown: {}
});
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"@astrojs/solid-js": "^3.0.2",
"@astrojs/tailwind": "^5.0.2",
"astro": "^3.5.5",
"astro-compress": "^2.2.27",
"sharp": "^0.33.4",
"solid-js": "^1.4.3",
"tailwindcss": "^3.0.24",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit c758faf

Please sign in to comment.