File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// @ts -check
2- import { defineConfig } from "astro/config" ;
32
43import cloudflare from "@astrojs/cloudflare" ;
5-
64import react from "@astrojs/react" ;
5+ import { defineConfig } from "astro/config" ;
76
87// https://astro.build/config
98export default defineConfig ( {
Original file line number Diff line number Diff line change 55 "compatibility_date" : " 2026-04-10" ,
66 "compatibility_flags" : [" nodejs_compat" ],
77 "version_metadata" : {
8- "binding" : " CF_VERSION_METADATA" ,
8+ "binding" : " CF_VERSION_METADATA"
99 },
1010 "assets" : {
1111 "binding" : " ASSETS" ,
12- "directory" : " ./dist" ,
12+ "directory" : " ./dist"
1313 },
1414 "observability" : {
15- "enabled" : true ,
15+ "enabled" : true
1616 },
1717 "placement" : {
18- "mode" : " smart" ,
18+ "mode" : " smart"
1919 },
2020 "upload_source_maps" : true ,
2121 "routes" : [
2222 {
2323 "pattern" : " letsbuilda.dev" ,
24- "custom_domain" : true ,
25- },
24+ "custom_domain" : true
25+ }
2626 ],
27- "preview_urls" : true ,
27+ "preview_urls" : true
2828}
You can’t perform that action at this time.
0 commit comments