File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { defineConfig } from 'astro/config'
2
- import compress from '@otterlord/ astro-compress'
2
+ import compress from 'astro-compress'
3
3
import react from '@astrojs/react'
4
4
5
5
import git from 'git-rev-sync'
@@ -11,7 +11,7 @@ console.log('Version: ' + version + ' -> ' + versionIncremented)
11
11
process . env . PUBLIC_VERSION = versionIncremented
12
12
13
13
export default defineConfig ( {
14
- integrations : [ compress ( ) , react ( ) ] ,
14
+ integrations : [ react ( ) , compress ( ) ] ,
15
15
outDir : '../resources/dist' ,
16
16
base : process . env . PUBLIC_BASE || '/request-docs'
17
17
} )
Original file line number Diff line number Diff line change 28
28
"shortid" : " ^2.2.16"
29
29
},
30
30
"devDependencies" : {
31
- "@otterlord/ astro-compress" : " ^1.1.48 " ,
31
+ "astro-compress" : " ^2.0.8 " ,
32
32
"@typescript-eslint/eslint-plugin" : " ^5.52.0" ,
33
33
"@typescript-eslint/parser" : " ^5.52.0" ,
34
34
"autoprefixer" : " ^10.4.13" ,
You can’t perform that action at this time.
0 commit comments