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()]
|
||||
});
|
||||
1146
package-lock.json
generated
1146
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -14,6 +14,7 @@
|
|||
"dependencies": {
|
||||
"@astrojs/tailwind": "^3.1.2",
|
||||
"astro": "^2.4.3",
|
||||
"astro-compress": "^1.1.43",
|
||||
"tailwindcss": "^3.3.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue