Deleted the unnecessary CF adapter
This commit is contained in:
parent
bc13a45d3d
commit
b6a06ed787
@ -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
1274
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user