Skip to content

Commit 512aaff

Browse files
Merge pull request #277 from NikolaRHristov/restores-astro-compress
Restores astro-compress
2 parents 3449b5e + bf55529 commit 512aaff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ui/astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig } from 'astro/config'
2-
import compress from '@otterlord/astro-compress'
2+
import compress from 'astro-compress'
33
import react from '@astrojs/react'
44

55
import git from 'git-rev-sync'
@@ -11,7 +11,7 @@ console.log('Version: ' + version + ' -> ' + versionIncremented)
1111
process.env.PUBLIC_VERSION = versionIncremented
1212

1313
export default defineConfig({
14-
integrations: [compress(), react()],
14+
integrations: [react(), compress()],
1515
outDir: '../resources/dist',
1616
base: process.env.PUBLIC_BASE || '/request-docs'
1717
})

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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",

0 commit comments

Comments
 (0)