Skip to content

Commit 77c23c5

Browse files
author
Jonas Jongejan
committed
docs: Add example section
1 parent bc50941 commit 77c23c5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,8 @@ export default {
3232
The SSR part of SvelteKit is hosted on App Engine in a nodejs runtime. It's running using [polka](https://github.com/lukeed/polka) mimicking [@sveltejs/adapter-node
3333
](https://github.com/sveltejs/kit/tree/master/packages/adapter-node).
3434

35-
Static files are served directly from Cloud Storage without going througgh the nodejs webserver. Routes for all the static assets are automatically generated in `app.yaml` by the adapter.
35+
Static files are served directly from Cloud Storage without going through the nodejs webserver. Routes for all the static assets are automatically generated in `app.yaml` by the adapter.
36+
37+
## Example
38+
39+
An examplee app can be accessed on [https://svelte-demo-329602.uc.r.appspot.com/](https://svelte-demo-329602.uc.r.appspot.com/), this is the default demo app from sveltekit deployed with the default settings.

0 commit comments

Comments
 (0)