Skip to content

Commit 51af1c9

Browse files
authored
Merge pull request RhysSullivan#93 from RhysSullivan/cloudflare-marketing
Switch marketing site to Cloudflare
2 parents 3adcf11 + 9e74849 commit 51af1c9

5 files changed

Lines changed: 470 additions & 407 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
3333

3434
# Finder (MacOS) folder config
3535
.DS_Store
36+
37+
# Cloudflare
38+
.wrangler/
3639
personal-notes/
3740
*.har.executor
3841
executor.har

apps/marketing/astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineConfig } from 'astro/config';
33

44
import tailwindcss from '@tailwindcss/vite';
55

6-
import vercel from '@astrojs/vercel';
6+
import cloudflare from '@astrojs/cloudflare';
77

88
// https://astro.build/config
99
export default defineConfig({
@@ -12,5 +12,5 @@ export default defineConfig({
1212
plugins: [tailwindcss()]
1313
},
1414

15-
adapter: vercel()
15+
adapter: cloudflare()
1616
});

apps/marketing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/tailwind": "^6.0.2",
16-
"@astrojs/vercel": "^10.0.4",
16+
"@astrojs/cloudflare": "^13.0.0",
1717
"@executor/sdk": "workspace:*",
1818
"@executor/plugin-openapi": "workspace:*",
1919
"@executor/plugin-graphql": "workspace:*",

apps/marketing/wrangler.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name = "executor-marketing"
2+
compatibility_flags = ["nodejs_compat"]

0 commit comments

Comments
 (0)