Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 29, 2023
1 parent b2d2eb3 commit 3febee4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ export default (await import("astro/config")).defineConfig({
sourcemap: true,
},
},
});
}) 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 @@ -38,7 +38,7 @@
"@tailwindcss/typography": "0.5.10",
"astro": "3.4.0",
"astro-capo": "0.0.1",
"astro-compress": "2.1.6",
"astro-compress": "2.2.0",
"astro-critters": "2.0.11",
"astro-rome": "2.0.9",
"astrojs-service-worker": "1.1.0",
Expand Down

0 comments on commit 3febee4

Please sign in to comment.