Skip to content

Commit

Permalink
chore: add debug tools
Browse files Browse the repository at this point in the history
bonjourmauko committed Aug 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 846a031 commit 3e51b96
Showing 3 changed files with 1,112 additions and 18 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { defineConfig } from 'astro/config'
import tailwind from '@astrojs/tailwind'
import metadata from 'astro-meta-tags'
import insights from 'astro-page-insight'
import betterImage from 'astro-better-image-service'
import compress from '@playform/compress'

@@ -9,6 +11,8 @@ export default defineConfig({
compressHTML: true,
integrations: [
tailwind(),
metadata(),
insights(),
betterImage(),
compress({ Image: false, SVG: false })
]
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -24,6 +24,8 @@
"astro": "^4.12.3",
"astro-better-image-service": "^2.0.12",
"astro-eslint-parser": "^1.0.2",
"astro-meta-tags": "^0.3.0",
"astro-page-insight": "^0.8.5",
"autoprefixer": "^10.4.19",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
1,124 changes: 1,106 additions & 18 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 3e51b96

Please sign in to comment.