added astro-compress after building
This commit is contained in:
parent
318c9ab0bd
commit
9d28c7e8f4
3 changed files with 1149 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
import compress from "astro-compress";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [tailwind()]
|
||||
integrations: [tailwind(), compress()]
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue