diff --git a/contributors.yml b/contributors.yml index e865ccea287..1317a7b0052 100644 --- a/contributors.yml +++ b/contributors.yml @@ -194,6 +194,7 @@ - johnson444 - joms - joshball +- jrf0110 - jrubins - jssisodiya - jstafman diff --git a/templates/cloudflare-pages/package.json b/templates/cloudflare-pages/package.json index 54d0e7106bd..8ae9cb492fb 100644 --- a/templates/cloudflare-pages/package.json +++ b/templates/cloudflare-pages/package.json @@ -25,7 +25,7 @@ "eslint": "^8.20.0", "npm-run-all": "^4.1.5", "typescript": "^4.7.4", - "wrangler": "^2.0.22" + "wrangler": "^2.0.27" }, "engines": { "node": ">=14" diff --git a/templates/cloudflare-pages/public/_routes.json b/templates/cloudflare-pages/public/_routes.json new file mode 100644 index 00000000000..e4f167ed920 --- /dev/null +++ b/templates/cloudflare-pages/public/_routes.json @@ -0,0 +1,5 @@ +{ + "version": 1, + "include": ["/*"], + "exclude": ["/build/*"] +} \ No newline at end of file