Skip to content

Commit

Permalink
Revert astro compressor
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed Aug 19, 2023
1 parent e0ba3d9 commit a2ab3ee
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
@@ -1,12 +1,11 @@
import { defineConfig } from 'astro/config';
import tailwind from '@astrojs/tailwind';
import react from "@astrojs/react";
import compress from "astro-compress";

import sitemap from "@astrojs/sitemap";

// https://astro.build/config
export default defineConfig({
site: "https://rustbyte.dev",
integrations: [tailwind(), react(), compress(), sitemap()]
integrations: [tailwind(), react(), sitemap()]
});

0 comments on commit a2ab3ee

Please sign in to comment.