Skip to content

Commit

Permalink
bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cvgellhorn committed Dec 5, 2024
1 parent fb46ca4 commit c96b674
Show file tree
Hide file tree
Showing 3 changed files with 4,419 additions and 4,735 deletions.
4 changes: 1 addition & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import path from 'path';
import { fileURLToPath } from 'url';

import { defineConfig, squooshImageService } from 'astro/config';

import { defineConfig } from 'astro/config';
import sitemap from '@astrojs/sitemap';
import tailwind from '@astrojs/tailwind';
import mdx from '@astrojs/mdx';
Expand Down Expand Up @@ -60,7 +59,6 @@ export default defineConfig({
],

image: {
service: squooshImageService(),
domains: ['cdn.pixabay.com'],
},

Expand Down
Loading

0 comments on commit c96b674

Please sign in to comment.