You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/svelte.dev/content/docs/kit/25-build-and-deploy/60-adapter-cloudflare.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ Only for Cloudflare Pages. Allows you to customise the [`_routes.json`](https://
73
73
-`exclude` defines routes that will _not_ invoke a function — this is a faster and cheaper way to serve your app's static assets. This array can include the following special values:
74
74
- `<build>` contains your app's build artifacts (the files generated by Vite)
75
75
- `<files>` contains the contents of your `static` directory
76
+
- `<redirects>` contains a list of pathnames from your [`_redirects` file](https://developers.cloudflare.com/pages/configuration/redirects/) at the root
76
77
- `<prerendered>` contains a list of prerendered pages
0 commit comments