We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b2fa3 commit a90f56fCopy full SHA for a90f56f
astro.config.mjs
@@ -54,6 +54,7 @@ export default defineConfig({
54
platformProxy: {
55
enabled: true,
56
},
57
+ imageService: 'compile', // Use sharp at build time for image optimization
58
}),
59
60
markdown: {
wrangler.toml
@@ -1,6 +1,6 @@
1
name = "shovanch-com"
2
compatibility_date = "2024-12-01"
3
-compatibility_flags = ["nodejs_compat"]
+compatibility_flags = ["nodejs_compat_v2"]
4
5
# Pages configuration
6
pages_build_output_dir = "./dist"
0 commit comments