File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import { defineConfig , AstroUserConfig } from "astro/config" ;
2-
1+ import { defineConfig } from "astro/config" ;
32import preact from "@astrojs/preact" ;
43import sitemap from "@astrojs/sitemap" ;
54import icon from "astro-icon" ;
@@ -13,6 +12,7 @@ import { fileToOpenGraphConverter } from "./src/utils/translations";
1312import { posts , collections } from "./src/utils/data" ;
1413import { SUPPORTED_IMAGE_SIZES } from "./src/utils/get-picture" ;
1514import { astroIntegrationCopyGenerated } from "./src/utils/markdown/astro-integration-copy-generated" ;
15+ import { AstroUserConfig } from "astro" ;
1616
1717await symlink ( path . resolve ( "content" ) , path . resolve ( "public/content" ) ) ;
1818
Original file line number Diff line number Diff line change 44 "target" : " ESNext" ,
55 "module" : " ESNext" ,
66 // Enable node-style module resolution, for things like npm package imports.
7- "moduleResolution" : " node " ,
7+ "moduleResolution" : " bundler " ,
88 // Enable JSON imports.
99 "resolveJsonModule" : true ,
1010 // Enable stricter transpilation for better output.
You can’t perform that action at this time.
0 commit comments