Deleted the unnecessary CF adapter
This commit is contained in:
parent
bc13a45d3d
commit
b6a06ed787
@ -1,14 +1,10 @@
|
|||||||
import { defineConfig } from "astro/config";
|
import { defineConfig } from "astro/config";
|
||||||
import { remarkReadingTime } from "./src/plugins/remarkReadingTime";
|
import { remarkReadingTime } from "./src/plugins/remarkReadingTime";
|
||||||
import cloudflare from "@astrojs/cloudflare";
|
|
||||||
import sitemap from "@astrojs/sitemap";
|
import sitemap from "@astrojs/sitemap";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: "https://popov.link",
|
site: "https://popov.link",
|
||||||
output: "hybrid",
|
output: "static",
|
||||||
adapter: cloudflare({
|
|
||||||
imageService: "compile",
|
|
||||||
}),
|
|
||||||
integrations: [sitemap()],
|
integrations: [sitemap()],
|
||||||
build: {
|
build: {
|
||||||
inlineStylesheets: "always",
|
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": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.9.4",
|
"@astrojs/check": "^0.9.4",
|
||||||
"@astrojs/cloudflare": "^11.1.0",
|
|
||||||
"@astrojs/rss": "^4.0.9",
|
"@astrojs/rss": "^4.0.9",
|
||||||
"@astrojs/sitemap": "^3.2.1",
|
"@astrojs/sitemap": "^3.2.1",
|
||||||
"astro": "^4.16.7",
|
"astro": "^4.16.7",
|
||||||
|
Loading…
Reference in New Issue
Block a user