chore(deps):upgrade to Astro 6 beta and added config for cloudflare

This commit is contained in:
Al Murad Uzzaman
2026-03-01 14:45:03 +06:00
parent 701a3d0188
commit a57c1f1b02
5 changed files with 40 additions and 21 deletions
-1
View File
@@ -35,6 +35,5 @@ export default defineConfig({
markdown: {
remarkPlugins: [remarkToc, [remarkCollapse, { test: "Table of contents" }]],
shikiConfig: { theme: "one-dark-pro", wrap: true },
extendDefaultPlugins: true,
},
});