feat: add cloudflare adapter
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
|
||||
import markdoc from "@astrojs/markdoc";
|
||||
import cloudflare from "@astrojs/cloudflare";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [tailwind(), markdoc()]
|
||||
output: 'hybrid',
|
||||
integrations: [tailwind(), markdoc()],
|
||||
adapter: cloudflare()
|
||||
});
|
@ -11,6 +11,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "^0.7.0",
|
||||
"@astrojs/cloudflare": "^11.0.1",
|
||||
"@astrojs/markdoc": "^0.11.0",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@fontsource/open-sans": "^5.0.28",
|
||||
|
987
pnpm-lock.yaml
generated
987
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user