Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 17, 2023
1 parent c07226d commit f4dc8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default (await import("astro/config")).defineConfig({
export default ((await import("astro/config")).defineConfig({
srcDir: "./Source",
publicDir: "./Public",
outDir: "./Target",
Expand All @@ -20,6 +20,6 @@ export default (await import("astro/config")).defineConfig({
sourcemap: true,
},
},
}) as typeof defineConfig;
}) as typeof defineConfig);

import type { defineConfig } from "astro/config";

0 comments on commit f4dc8a3

Please sign in to comment.