Skip to content

Commit 2b71b63

Browse files
authored
update astro + expand on the SE page (#186)
1 parent ca88ced commit 2b71b63

File tree

6 files changed

+4165
-2579
lines changed

6 files changed

+4165
-2579
lines changed

astro.config.mjs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import path from 'path';
22
import { fileURLToPath } from 'url';
33

4-
import { defineConfig, squooshImageService } from 'astro/config';
4+
import { defineConfig } from 'astro/config';
55

66
import sitemap from '@astrojs/sitemap';
77
import tailwind from '@astrojs/tailwind';
@@ -76,11 +76,6 @@ export default defineConfig({
7676
}),
7777
],
7878

79-
image: {
80-
service: squooshImageService(),
81-
domains: ['cdn.pixabay.com'],
82-
},
83-
8479
markdown: {
8580
remarkPlugins: [readingTimeRemarkPlugin],
8681
rehypePlugins: [responsiveTablesRehypePlugin, lazyImagesRehypePlugin],

0 commit comments

Comments
 (0)