Update dependencies and add Cloudflare adapter in configuration
All checks were successful
Test / test (push) Successful in 51s
Test / test (pull_request) Successful in 48s

This commit is contained in:
Valentin Popov 2024-09-17 21:31:23 +00:00
parent 5217bcb24c
commit 43f80a7b6e
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
3 changed files with 2207 additions and 207 deletions

View File

@ -1,9 +1,12 @@
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(),
integrations: [sitemap()],
markdown: {
remarkPlugins: [remarkReadingTime],

2408
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,9 +13,10 @@
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/cloudflare": "^11.0.4",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"astro": "^4.15.4",
"astro": "^4.15.6",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",