Skip to content

Commit b001a33

Browse files
committed
fix: formatting
1 parent 6f2f761 commit b001a33

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

astro.config.mjs

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
import { defineConfig } from 'astro/config';
22
import tailwind from '@astrojs/tailwind';
33
import image from '@astrojs/image';
4-
import react from "@astrojs/react";
4+
import react from '@astrojs/react';
55

6-
import prefetch from "@astrojs/prefetch";
6+
import prefetch from '@astrojs/prefetch';
77

88
// https://astro.build/config
99
export default defineConfig({
10-
integrations: [tailwind(), image({
11-
serviceEntryPoint: '@astrojs/image/sharp'
12-
}), react(), prefetch()]
13-
});
10+
integrations: [
11+
tailwind(),
12+
image({
13+
serviceEntryPoint: '@astrojs/image/sharp',
14+
}),
15+
react(),
16+
prefetch(),
17+
],
18+
});

0 commit comments

Comments
 (0)