Skip to content

Commit

Permalink
Update astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mo9a7i committed Aug 13, 2023
1 parent 8886a0f commit 49a09c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ import image from "@astrojs/image";
import robotsTxt from "astro-robots-txt";
import sitemap from "@astrojs/sitemap";

import compress from "astro-compress";

// https://astro.build/config
export default defineConfig({
site: "https://mohannadotaibi.com",
integrations: [tailwind(), image({
serviceEntryPoint: "@astrojs/image/sharp"
}), robotsTxt(), sitemap(), compress()]
}), robotsTxt(), sitemap()]
});

0 comments on commit 49a09c6

Please sign in to comment.