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 11import { defineConfig } from 'astro/config'
2- import compress from '@otterlord/ astro-compress'
2+ import compress from 'astro-compress'
33import react from '@astrojs/react'
44
55import git from 'git-rev-sync'
@@ -11,7 +11,7 @@ console.log('Version: ' + version + ' -> ' + versionIncremented)
1111process . env . PUBLIC_VERSION = versionIncremented
1212
1313export default defineConfig ( {
14- integrations : [ compress ( ) , react ( ) ] ,
14+ integrations : [ react ( ) , compress ( ) ] ,
1515 outDir : '../resources/dist' ,
1616 base : process . env . PUBLIC_BASE || '/request-docs'
1717} )
Original file line number Diff line number Diff line change 2828 "shortid" : " ^2.2.16"
2929 },
3030 "devDependencies" : {
31- "@otterlord/ astro-compress" : " ^1.1.48 " ,
31+ "astro-compress" : " ^2.0.8 " ,
3232 "@typescript-eslint/eslint-plugin" : " ^5.52.0" ,
3333 "@typescript-eslint/parser" : " ^5.52.0" ,
3434 "autoprefixer" : " ^10.4.13" ,
You can’t perform that action at this time.
0 commit comments