Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 23, 2024
1 parent a06e2dd commit 5c7a204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"astro-capo": "0.0.1",
"astro-compress": "2.2.8",
"astro-critters": "2.0.11",
"astro-rome": "2.0.9",
"astro-rome": "2.1.0",
"astrojs-service-worker": "2.0.0",
"autoprefixer": "10.4.17",
"cssnano": "6.0.3",
Expand Down

0 comments on commit 5c7a204

Please sign in to comment.