Skip to content

Commit fd23616

Browse files
authored
Merge pull request #2 from danielbodnar/claude/deploy-cloudflare-pages-01EVhBNjU3VuejBXJghn4hzi
Deploy project to Cloudflare Pages
2 parents 672c977 + 0f8ff2a commit fd23616

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"description": "An Eleventy starter project to craft slick and responsive documentation",
55
"main": "index.js",
66
"scripts": {
7+
"build": "eleventy",
8+
"dev": "eleventy --serve",
79
"test": "echo \"Error: no test specified\" && exit 1"
810
},
911
"keywords": [],

wrangler.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "bodnar-dev"
2+
pages_build_output_dir = "_site"
3+
4+
[build]
5+
command = "npm run build"

0 commit comments

Comments
 (0)