feat: Chore: Initial Release #4

Merged
create-issue-branch[bot] merged 6 commits from issue-3-Chore_Initial_Release into main 2024-03-11 13:44:07 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 5284247c0b - Show all commits

View File

@ -1,4 +1,4 @@
import { defineConfig } from "astro/config"; import { defineConfig, squooshImageService } from "astro/config";
import astroHashnode from "@matthiesenxyz/astro-hashnode"; import astroHashnode from "@matthiesenxyz/astro-hashnode";
// https://astro.build/config // https://astro.build/config
@ -9,4 +9,7 @@ export default defineConfig({
verbose: true, verbose: true,
}) })
], ],
image: {
service: squooshImageService(),
}
}); });