Deleted the unnecessary CF adapter
All checks were successful
Test / test (push) Successful in 42s
RenovateBot / renovate (push) Successful in 1m11s

This commit is contained in:
Valentin Popov 2024-10-24 19:54:32 +00:00
parent bc13a45d3d
commit b6a06ed787
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
3 changed files with 3 additions and 1278 deletions

View File

@ -1,14 +1,10 @@
import { defineConfig } from "astro/config";
import { remarkReadingTime } from "./src/plugins/remarkReadingTime";
import cloudflare from "@astrojs/cloudflare";
import sitemap from "@astrojs/sitemap";
export default defineConfig({
site: "https://popov.link",
output: "hybrid",
adapter: cloudflare({
imageService: "compile",
}),
output: "static",
integrations: [sitemap()],
build: {
inlineStylesheets: "always",

1274
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,6 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^11.1.0",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"astro": "^4.16.7",