added astro-compress after building

This commit is contained in:
Philippe Loctaux 2023-05-18 16:55:25 +02:00
parent 318c9ab0bd
commit 9d28c7e8f4
3 changed files with 1149 additions and 2 deletions

View file

@ -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()]
});

1146
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -14,6 +14,7 @@
"dependencies": {
"@astrojs/tailwind": "^3.1.2",
"astro": "^2.4.3",
"astro-compress": "^1.1.43",
"tailwindcss": "^3.3.2"
}
}