Skip to content

Commit 8de2a82

Browse files
Sync kit docs (#1517)
sync kit docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 68d9c5e commit 8de2a82

File tree

1 file changed

+1
-1
lines changed
  • apps/svelte.dev/content/docs/kit/60-appendix

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/docs/kit/60-appendix/10-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ How to setup rewrites in production will depend on your deployment platform. If
144144
/// file: src/routes/api/[...path]/+server.js
145145
/** @type {import('./$types').RequestHandler} */
146146
export function GET({ params, url }) {
147-
return fetch(`https://my-api-server.com/${params.path + url.search}`);
147+
return fetch(`https://example.com/${params.path + url.search}`);
148148
}
149149
```
150150

0 commit comments

Comments
 (0)