Skip to content

Commit

Permalink
chore: ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesOberreiter committed Dec 12, 2023
1 parent dc6497c commit 1ada44c
Show file tree
Hide file tree
Showing 4 changed files with 3,248 additions and 2,601 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: "npm"

- name: Install
Expand Down
8 changes: 0 additions & 8 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ import astroI18next from "astro-i18next";
// https://astro.build/config
import sitemap from "@astrojs/sitemap";

// https://astro.build/config
import compress from "astro-compress";

// https://astro.build/config
import robotsTxt from "astro-robots-txt";

Expand All @@ -41,11 +38,6 @@ export default defineConfig({
host: true,
sitemap: true,
}),
compress({
img: false,
svg: false,
html: false,
}),
webmanifest({
name: "Beekeeping News",
icon: "src/images/icon.png",
Expand Down

0 comments on commit 1ada44c

Please sign in to comment.