Skip to content

Commit

Permalink
Merge pull request #122 from eltana-org/npm-update-and-astro-compress…
Browse files Browse the repository at this point in the history
…-fixes

npm update and astro compress fixes
  • Loading branch information
GrantBirki committed Sep 17, 2023
2 parents c391328 + b792aa8 commit f953f33
Show file tree
Hide file tree
Showing 4 changed files with 757 additions and 933 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:

steps:
# execute the branch-deploy action
- uses: github/branch-deploy@v7.2.0
- uses: github/branch-deploy@v8.0.0
id: branch-deploy
with:
trigger: ".deploy"
environment: "github-pages"
production_environment: "github-pages"
production_environments: "github-pages"
environment_targets: "github-pages"
skip_completing: "true" # we will complete the deployment manually in the 'result' job
admins: "GrantBirki" # <--- add your GitHub username here (if you want to use the admins feature)
Expand Down
11 changes: 0 additions & 11 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import sitemap from '@astrojs/sitemap';
import image from '@astrojs/image';
import mdx from '@astrojs/mdx';
import partytown from '@astrojs/partytown';
import compress from 'astro-compress';
import { readingTimeRemarkPlugin } from './src/utils/frontmatter.mjs';
import { SITE } from './src/config/site/config.js';
import react from '@astrojs/react';
Expand Down Expand Up @@ -59,16 +58,6 @@ export default defineConfig({
},
})
),
compress({
css: true,
html: {
removeAttributeQuotes: false,
},
img: false,
js: true,
svg: true,
logger: 1,
}),
react(),
],
vite: {
Expand Down
Loading

0 comments on commit f953f33

Please sign in to comment.