Skip to content

Commit

Permalink
chore: Update package.json and astro.config.mjs for new @playform/com…
Browse files Browse the repository at this point in the history
…press dependency
  • Loading branch information
RND332 committed Jun 16, 2024
1 parent 66c1531 commit db117ba
Show file tree
Hide file tree
Showing 3 changed files with 458 additions and 33 deletions.
5 changes: 3 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";
import mdx from '@astrojs/mdx';
import { shield } from '@kindspells/astro-shield'
import { shield } from '@kindspells/astro-shield';
import sitemap from "@astrojs/sitemap";
import playformCompress from "@playform/compress";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), mdx(), sitemap(), shield({})],
integrations: [tailwind(), mdx(), sitemap(), shield({}), playformCompress()],
site: 'https://rnd332.com',
build: {
inlineStylesheets: 'always'
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@astrojs/react": "^3.4.0",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@playform/compress": "^0.0.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.9.3",
Expand Down
Loading

0 comments on commit db117ba

Please sign in to comment.