File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import type { defineConfig } from "astro/config" ;
1+ import { defineConfig } from "astro/config" ;
22
33export const On = process . env [ "NODE_ENV" ] === "development" ;
44
5- export default ( await import ( "astro/config" ) ) . defineConfig ( {
5+ export default defineConfig ( {
66 srcDir : "./Source" ,
77 publicDir : "./Public" ,
88 outDir : "./Target" ,
@@ -56,7 +56,7 @@ export default (await import("astro/config")).defineConfig({
5656 keep_numbers : true ,
5757 keep_quoted_props : true ,
5858 max_line_len : 80 ,
59- preamble : null ,
59+ preamble : "" ,
6060 ecma : 5 ,
6161 preserve_annotations : true ,
6262 quote_keys : false ,
@@ -114,4 +114,4 @@ export default (await import("astro/config")).defineConfig({
114114 } ,
115115 ] ,
116116 } ,
117- } ) as defineConfig ;
117+ } ) ;
Original file line number Diff line number Diff line change 3939 "@tailwindcss/aspect-ratio" : " 0.4.2" ,
4040 "@tailwindcss/forms" : " 0.5.10" ,
4141 "@tailwindcss/typography" : " 0.5.16" ,
42- "astro" : " 5.6.2 " ,
42+ "astro" : " 5.7.0 " ,
4343 "astro-capo" : " 0.0.1" ,
4444 "astrojs-service-worker" : " 2.0.0" ,
4545 "autoprefixer" : " 10.4.21" ,
You can’t perform that action at this time.
0 commit comments