chore: update deps

This commit is contained in:
Alexander Daichendt 2025-06-20 21:33:37 +02:00
parent a89ad736b2
commit dea6f3d9a9
4 changed files with 912 additions and 1133 deletions

View file

@ -1,7 +1,7 @@
// @ts-check
import { defineConfig } from "astro/config";
import mdx from "@astrojs/mdx";
import sitemap from "@astrojs/sitemap";
import { defineConfig } from "astro/config";
import remarkEmoji from "remark-emoji";
import tailwind from "@astrojs/tailwind";
@ -30,6 +30,7 @@ export default defineConfig({
],
adapter: cloudflare({
imageService: "compile",
platformProxy: {
enabled: true,
},