Skip to content

Commit

Permalink
🐛 quitar dependencia de Sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Jan 18, 2024
1 parent b0d3d29 commit fc41af9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 528 deletions.
8 changes: 4 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'astro/config';
import sitemap from '@astrojs/sitemap';
import graphql from '@rollup/plugin-graphql';
import robotsTxt from 'astro-robots-txt';
import compress from 'astro-compress';
// import compress from 'astro-compress';

// https://astro.build/config
export default defineConfig({
Expand All @@ -12,9 +12,9 @@ export default defineConfig({
integrations: [
sitemap(),
robotsTxt(),
compress({
path: './publico',
}),
// compress({
// path: './publico',
// }),
],
vite: {
plugins: [graphql()],
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@
"@rollup/plugin-graphql": "^2.0.4",
"@speed-highlight/core": "^1.2.6",
"astro": "^4.2.1",
"astro-compress": "^2.2.8",
"astro-robots-txt": "^1.0.0",
"autoprefixer": "^10.4.17",
"marked": "^11.1.1",
"marked-highlight": "^2.1.0",
"sharp": "^0.33.2"
"marked-highlight": "^2.1.0"
},
"devDependencies": {
"@types/marked": "^6.0.0",
Expand Down
Loading

0 comments on commit fc41af9

Please sign in to comment.