Skip to content

Commit

Permalink
Update api-routes.mdx (#24935)
Browse files Browse the repository at this point in the history
# Why

<!--
Please describe the motivation for this PR, and link to relevant GitHub
issues, forums posts, or feature requests.
-->

# How

<!--
How did you build this feature or fix this bug and why?
-->

# Test Plan

<!--
Please describe how you tested this change and how a reviewer could
reproduce your test, especially if this PR does not include automated
tests! If possible, please also provide terminal output and/or
screenshots demonstrating your test/reproduction.
-->

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).
  • Loading branch information
EvanBacon authored and marklawlor committed Oct 30, 2023
1 parent 1aedb13 commit e4b6eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/preview/api-routes.mdx
Expand Up @@ -322,7 +322,7 @@ Create a Netlify configuration file at the root of your project to redirect all

[functions]
# Include everything to ensure dynamic routes can be used.
included_files = ["dist/**/*"]
included_files = ["dist/**/*.html", "dist/_expo/functions/**/*", "dist/_expo/routes.json"]

[[headers]]
for = "/dist/_expo/functions/*"
Expand Down

0 comments on commit e4b6eba

Please sign in to comment.